#0C4333

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

Shades of Sherwood Green #0C4333

Tints of Sherwood Green #0C4333

Color information

#0C4333 (or 0x0C4333) is unknown color: approx Sherwood Green. HEX triplet: 0C, 43 and 33. RGB value is (12,67,51). Sum of RGB (Red+Green+Blue) = 12+67+51=130 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.23% from 130); Green value is 67 (26.56% from 255 or 51.54% from 130); Blue value is 51 (20.31% from 255 or 39.23% from 130); Max value from RGB is 67 - color contains mainly: green. Hex color #0C4333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4333 is #F3BCCC. Grayscale: #303030. Windows color (decimal): -15973581 or 3359500. OLE color: 3359500.

HSL color Cylindrical-coordinate representation of color #0C4333: hue angle of 162.55º degrees, saturation: 0.7, 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 #0C4333 is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB126751-
CMYK0.8200.240.74
HSL162.55º69.62%15.49%-
HSV(B)162.55º82.09%26.27%-
XYZ2.764.333.82-
YUV48.73129.28101.8-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.23%
GREEN value IS 67 (26.56% from 255) = 51.54%
BLUE value IS 51 (20.31% from 255) = 39.23%
R=9.23%
G=51.54%
B=39.23%

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
Decimal1267510.8200.240.74162.5569.6215.49
HexC4333520184Aa346f
Octal141036312203011224310617
Binary11001000011110011101001001100010010101010001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,67,51); }

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

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

 a { background-color: rgb(12,67,51); }

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

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

 span { border-color: rgb(12,67,51); }

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