#3C7920

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

Shades of Bilbao #3C7920

Tints of Bilbao #3C7920

Color information

#3C7920 (or 0x3C7920) is unknown color: approx Bilbao. HEX triplet: 3C, 79 and 20. RGB value is (60,121,32). Sum of RGB (Red+Green+Blue) = 60+121+32=213 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.17% from 213); Green value is 121 (47.66% from 255 or 56.81% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 121 - color contains mainly: green. Hex color #3C7920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7920 is #C386DF. Grayscale: #5C5C5C. Windows color (decimal): -12814048 or 2128188. OLE color: 2128188.

HSL color Cylindrical-coordinate representation of color #3C7920: hue angle of 101.12º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C7920 is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB6012132-
CMYK0.5000.740.53
HSL101.12º58.17%30%-
HSV(B)101.12º73.55%47.45%-
XYZ8.9614.743.74-
YUV92.6293.79104.74-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.17%
GREEN value IS 121 (47.66% from 255) = 56.81%
BLUE value IS 32 (12.89% from 255) = 15.02%
R=28.17%
G=56.81%
B=15.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60121320.5000.740.53101.1258.1730
Hex3C79203204A35653a1e
Octal7417140620112651457236
Binary111100111100110000011001001001010110101110010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,121,32); }

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

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

 a { background-color: rgb(60,121,32); }

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

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

 span { border-color: rgb(60,121,32); }

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