#0C4232

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

Shades of Sherwood Green #0C4232

Tints of Sherwood Green #0C4232

Color information

#0C4232 (or 0x0C4232) is unknown color: approx Sherwood Green. HEX triplet: 0C, 42 and 32. RGB value is (12,66,50). Sum of RGB (Red+Green+Blue) = 12+66+50=128 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.38% from 128); Green value is 66 (26.17% from 255 or 51.56% from 128); Blue value is 50 (19.92% from 255 or 39.06% from 128); Max value from RGB is 66 - color contains mainly: green. Hex color #0C4232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4232 is #F3BDCD. Grayscale: #303030. Windows color (decimal): -15973838 or 3293708. OLE color: 3293708.

HSL color Cylindrical-coordinate representation of color #0C4232: hue angle of 162.22º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C4232 is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB126650-
CMYK0.8200.240.74
HSL162.22º69.23%15.29%-
HSV(B)162.22º81.82%25.88%-
XYZ2.684.23.69-
YUV48.03129.11102.3-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.38%
GREEN value IS 66 (26.17% from 255) = 51.56%
BLUE value IS 50 (19.92% from 255) = 39.06%
R=9.38%
G=51.56%
B=39.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1266500.8200.240.74162.2269.2315.29
HexC4232520184Aa245f
Octal141026212203011224210517
Binary11001000010110010101001001100010010101010001010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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