#3C8214

Color #3C8214 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #3C8214

Tints of Bilbao #3C8214

Color information

#3C8214 (or 0x3C8214) is unknown color: approx Bilbao. HEX triplet: 3C, 82 and 14. RGB value is (60,130,20). Sum of RGB (Red+Green+Blue) = 60+130+20=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 130 (51.17% from 255 or 61.90% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 130 - color contains mainly: green. Hex color #3C8214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8214 is #C37DEB. Grayscale: #606060. Windows color (decimal): -12811756 or 1344060. OLE color: 1344060.

HSL color Cylindrical-coordinate representation of color #3C8214: hue angle of 98.18º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C8214 is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB6013020-
CMYK0.5400.850.49
HSL98.18º73.33%29.41%-
HSV(B)98.18º84.62%50.98%-
XYZ9.9716.983.41-
YUV96.5384.81101.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 60 (23.83% from 255) = 28.57%
GREEN value IS 130 (51.17% from 255) = 61.90%
BLUE value IS 20 (8.20% from 255) = 9.52%
R=28.57%
G=61.90%
B=9.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60130200.5400.850.4998.1873.3329.41
Hex3C8214360553162491d
Octal74202246601256114211135
Binary1111001000001010100110110010101011100011100010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C8214; }

 p { color: rgb(60,130,20); }

 H1.HeaderClassName
 {
   color: #3C8214;
 }
 .AnyTagClassName
 {
   color: #3C8214;
 }
</style>
background-color css

<style>
 a { background-color: #3C8214; }

 a { background-color: rgb(60,130,20); }

 div.DivClassName
 {
   background-color: #3C8214;
 }
 .BgClassName
 {
   background-color: #3C8214;
 }
</style>
border-color css

<style>
 span { border-color: #3C8214; }

 span { border-color: rgb(60,130,20); }

 td.TdClassName
 {
   border-color: #3C8214;
 }
 .TagClassName
 {
   border-color: #3C8214;
 }
</style>