#0C4031

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

Shades of Sherwood Green #0C4031

Tints of Sherwood Green #0C4031

Color information

#0C4031 (or 0x0C4031) is unknown color: approx Sherwood Green. HEX triplet: 0C, 40 and 31. RGB value is (12,64,49). Sum of RGB (Red+Green+Blue) = 12+64+49=125 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.6% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 49 (19.53% from 255 or 39.2% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #0C4031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4031 is #F3BFCE. Grayscale: #2E2E2E. Windows color (decimal): -15974351 or 3227660. OLE color: 3227660.

HSL color Cylindrical-coordinate representation of color #0C4031: hue angle of 162.69º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C4031 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB126449-
CMYK0.8100.230.75
HSL162.69º68.42%14.9%-
HSV(B)162.69º81.25%25.1%-
XYZ2.543.973.54-
YUV46.74129.27103.22-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.6%
GREEN value IS 64 (25.39% from 255) = 51.2%
BLUE value IS 49 (19.53% from 255) = 39.2%
R=9.6%
G=51.2%
B=39.2%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1264490.8100.230.75162.6968.4214.9
HexC4031510174Ba344f
Octal141006112102711324310417
Binary11001000000110001101000101011110010111010001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,64,49); }

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

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

 a { background-color: rgb(12,64,49); }

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

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

 span { border-color: rgb(12,64,49); }

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