#3C6E14

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

Shades of Bilbao #3C6E14

Tints of Bilbao #3C6E14

Color information

#3C6E14 (or 0x3C6E14) is unknown color: approx Bilbao. HEX triplet: 3C, 6E and 14. RGB value is (60,110,20). Sum of RGB (Red+Green+Blue) = 60+110+20=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 110 (43.36% from 255 or 57.89% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 110 - color contains mainly: green. Hex color #3C6E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6E14 is #C391EB. Grayscale: #555555. Windows color (decimal): -12816876 or 1338940. OLE color: 1338940.

HSL color Cylindrical-coordinate representation of color #3C6E14: hue angle of 93.33º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C6E14 is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.57.

Color convert

RGB6011020-
CMYK0.4500.820.57
HSL93.33º69.23%25.49%-
HSV(B)93.33º81.82%43.14%-
XYZ7.5712.162.61-
YUV84.7991.44110.32-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.58%
GREEN value IS 110 (43.36% from 255) = 57.89%
BLUE value IS 20 (8.20% from 255) = 10.53%
R=31.58%
G=57.89%
B=10.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal60110200.4500.820.5793.3369.2325.49
Hex3C6E142D052395d4519
Octal74156245501227113510531
Binary111100110111010100101101010100101110011011101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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