#3C721A

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

Shades of Bilbao #3C721A

Tints of Bilbao #3C721A

Color information

#3C721A (or 0x3C721A) is unknown color: approx Bilbao. HEX triplet: 3C, 72 and 1A. RGB value is (60,114,26). Sum of RGB (Red+Green+Blue) = 60+114+26=200 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30% from 200); Green value is 114 (44.92% from 255 or 57% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 114 - color contains mainly: green. Hex color #3C721A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C721A is #C38DE5. Grayscale: #585858. Windows color (decimal): -12815846 or 1733180. OLE color: 1733180.

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

Color convert

RGB6011426-
CMYK0.4700.770.55
HSL96.82º62.86%27.45%-
HSV(B)96.82º77.19%44.71%-
XYZ8.0713.073.07-
YUV87.8293.11108.16-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30%
GREEN value IS 114 (44.92% from 255) = 57%
BLUE value IS 26 (10.55% from 255) = 13%
R=30%
G=57%
B=13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60114260.4700.770.5596.8262.8627.45
Hex3C721A2F04D37613f1b
Octal7416232570115671417733
Binary11110011100101101010111101001101110111110000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C721A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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