#0C4F3A

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

Shades of Sherwood Green #0C4F3A

Tints of Sherwood Green #0C4F3A

Color information

#0C4F3A (or 0x0C4F3A) is unknown color: approx Sherwood Green. HEX triplet: 0C, 4F and 3A. RGB value is (12,79,58). Sum of RGB (Red+Green+Blue) = 12+79+58=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 79 (31.25% from 255 or 53.02% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 79 - color contains mainly: green. Hex color #0C4F3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4F3A is #F3B0C5. Grayscale: #383838. Windows color (decimal): -15970502 or 3821324. OLE color: 3821324.

HSL color Cylindrical-coordinate representation of color #0C4F3A: hue angle of 161.19º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C4F3A is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB127958-
CMYK0.8500.270.69
HSL161.19º73.63%17.84%-
HSV(B)161.19º84.81%30.98%-
XYZ3.715.984.96-
YUV56.57128.896.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.05%
GREEN value IS 79 (31.25% from 255) = 53.02%
BLUE value IS 58 (23.05% from 255) = 38.93%
R=8.05%
G=53.02%
B=38.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1279580.8500.270.69161.1973.6317.84
HexC4F3A5501B45a14a12
Octal141177212503310524111222
Binary110010011111110101010101011011100010110100001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,79,58); }

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

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

 a { background-color: rgb(12,79,58); }

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

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

 span { border-color: rgb(12,79,58); }

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