#3C6F13

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

Shades of Bilbao #3C6F13

Tints of Bilbao #3C6F13

Color information

#3C6F13 (or 0x3C6F13) is unknown color: approx Bilbao. HEX triplet: 3C, 6F and 13. RGB value is (60,111,19). Sum of RGB (Red+Green+Blue) = 60+111+19=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 111 (43.75% from 255 or 58.42% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 111 - color contains mainly: green. Hex color #3C6F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6F13 is #C390EC. Grayscale: #555555. Windows color (decimal): -12816621 or 1273660. OLE color: 1273660.

HSL color Cylindrical-coordinate representation of color #3C6F13: hue angle of 93.26º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C6F13 is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB6011119-
CMYK0.4600.830.56
HSL93.26º70.77%25.49%-
HSV(B)93.26º82.88%43.53%-
XYZ7.6712.382.6-
YUV85.2690.6109.98-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.58%
GREEN value IS 111 (43.75% from 255) = 58.42%
BLUE value IS 19 (7.81% from 255) = 10%
R=31.58%
G=58.42%
B=10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60111190.4600.830.5693.2670.7725.49
Hex3C6F132E053385d4719
Octal74157235601237013510731
Binary111100110111110011101110010100111110001011101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,111,19); }

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

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

 a { background-color: rgb(60,111,19); }

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

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

 span { border-color: rgb(60,111,19); }

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