#0C4735

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

Shades of Sherwood Green #0C4735

Tints of Sherwood Green #0C4735

Color information

#0C4735 (or 0x0C4735) is unknown color: approx Sherwood Green. HEX triplet: 0C, 47 and 35. RGB value is (12,71,53). Sum of RGB (Red+Green+Blue) = 12+71+53=136 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.82% from 136); Green value is 71 (28.12% from 255 or 52.21% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 71 - color contains mainly: green. Hex color #0C4735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4735 is #F3B8CA. Grayscale: #333333. Windows color (decimal): -15972555 or 3491596. OLE color: 3491596.

HSL color Cylindrical-coordinate representation of color #0C4735: hue angle of 161.69º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C4735 is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB127153-
CMYK0.8300.250.72
HSL161.69º71.08%16.27%-
HSV(B)161.69º83.1%27.84%-
XYZ3.054.844.14-
YUV51.31128.9599.96-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.82%
GREEN value IS 71 (28.12% from 255) = 52.21%
BLUE value IS 53 (21.09% from 255) = 38.97%
R=8.82%
G=52.21%
B=38.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1271530.8300.250.72161.6971.0816.27
HexC47355301948a24710
Octal141076512303111024210720
Binary110010001111101011010011011001100100010100010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,71,53); }

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

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

 a { background-color: rgb(12,71,53); }

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

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

 span { border-color: rgb(12,71,53); }

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