#3C712B

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

Shades of Bilbao #3C712B

Tints of Bilbao #3C712B

Color information

#3C712B (or 0x3C712B) is unknown color: approx Bilbao. HEX triplet: 3C, 71 and 2B. RGB value is (60,113,43). Sum of RGB (Red+Green+Blue) = 60+113+43=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #3C712B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C712B is #C38ED4. Grayscale: #595959. Windows color (decimal): -12816085 or 2847036. OLE color: 2847036.

HSL color Cylindrical-coordinate representation of color #3C712B: hue angle of 105.43º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C712B is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB6011343-
CMYK0.4700.620.56
HSL105.43º44.87%30.59%-
HSV(B)105.43º61.95%44.31%-
XYZ8.212.954.35-
YUV89.17101.94107.19-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.78%
GREEN value IS 113 (44.53% from 255) = 52.31%
BLUE value IS 43 (17.19% from 255) = 19.91%
R=27.78%
G=52.31%
B=19.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60113430.4700.620.56105.4344.8730.59
Hex3C712B2F03E38692d1f
Octal741615357076701515537
Binary11110011100011010111011110111110111000110100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C712B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,113,43); }

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

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

 a { background-color: rgb(60,113,43); }

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

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

 span { border-color: rgb(60,113,43); }

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