#0C4A32

Color #0C4A32 Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #0C4A32

Tints of Sherwood Green #0C4A32

Color information

#0C4A32 (or 0x0C4A32) is unknown color: approx Sherwood Green. HEX triplet: 0C, 4A and 32. RGB value is (12,74,50). Sum of RGB (Red+Green+Blue) = 12+74+50=136 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.82% from 136); Green value is 74 (29.30% from 255 or 54.41% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 74 - color contains mainly: green. Hex color #0C4A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4A32 is #F3B5CD. Grayscale: #343434. Windows color (decimal): -15971790 or 3295756. OLE color: 3295756.

HSL color Cylindrical-coordinate representation of color #0C4A32: hue angle of 156.77º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4A32 is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB127450-
CMYK0.8400.320.71
HSL156.77º72.09%16.86%-
HSV(B)156.77º83.78%29.02%-
XYZ3.185.213.86-
YUV52.73126.4698.95-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.82%
GREEN value IS 74 (29.30% from 255) = 54.41%
BLUE value IS 50 (19.92% from 255) = 36.76%
R=8.82%
G=54.41%
B=36.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1274500.8400.320.71156.7772.0916.86
HexC4A3254020479d4811
Octal141126212404010723511021
Binary1100100101011001010101000100000100011110011101100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C4A32; }

 p { color: rgb(12,74,50); }

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

<style>
 a { background-color: #0C4A32; }

 a { background-color: rgb(12,74,50); }

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

<style>
 span { border-color: #0C4A32; }

 span { border-color: rgb(12,74,50); }

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