#3C7210

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

Shades of Bilbao #3C7210

Tints of Bilbao #3C7210

Color information

#3C7210 (or 0x3C7210) is unknown color: approx Bilbao. HEX triplet: 3C, 72 and 10. RGB value is (60,114,16). Sum of RGB (Red+Green+Blue) = 60+114+16=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 114 (44.92% from 255 or 60% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 114 - color contains mainly: green. Hex color #3C7210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7210 is #C38DEF. Grayscale: #575757. Windows color (decimal): -12815856 or 1077820. OLE color: 1077820.

HSL color Cylindrical-coordinate representation of color #3C7210: hue angle of 93.06º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C7210 is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB6011416-
CMYK0.4700.860.55
HSL93.06º75.38%25.49%-
HSV(B)93.06º85.96%44.71%-
XYZ7.9713.032.59-
YUV86.6888.11108.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.58%
GREEN value IS 114 (44.92% from 255) = 60%
BLUE value IS 16 (6.64% from 255) = 8.42%
R=31.58%
G=60%
B=8.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60114160.4700.860.5593.0675.3825.49
Hex3C72102F056375d4b19
Octal74162205701266713511331
Binary111100111001010000101111010101101101111011101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,114,16); }

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

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

 a { background-color: rgb(60,114,16); }

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

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

 span { border-color: rgb(60,114,16); }

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