Html Css Color HEX #0C4E39 Sherwood Green

📋 copy color: '#0C4E39'

red 12 ◦ green 78 ◦ blue 57

#0C4E39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherwood Green #0C4E39

Tints of Sherwood Green #0C4E39

RGB

 RED value IS 12 (5.08% from 255) = 8.16%

 GREEN value IS 78 (30.86% from 255) = 53.06%

 BLUE value IS 57 (22.66% from 255) = 38.78%

R = 8.16%
G = 53.06%
B = 38.78%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.27

 K value IS 0.69

RGB Variations

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

Color information

#0C4E39 (or 0x0C4E39) is known color: Sherwood Green. HEX triplet: 0C, 4E and 39. RGB value is (12,78,57). Sum of RGB (Red+Green+Blue) = 12+78+57=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 78 (30.86% from 255 or 53.06% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 78 - color contains mainly: green. Hex color #0C4E39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4E39 is #F3B1C6. Grayscale: #373737. Windows color (decimal): -15970759 or 3755532. OLE color: 3755532.

HSL color Cylindrical-coordinate representation of color #0C4E39: hue angle of 160.91º degrees, saturation: 0.73, 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 #0C4E39 is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB 12 78 57 -
CMYK 0.85 0 0.27 0.69
HSL 160.91º 0.73% 0.18% -
HSV(B) 160.91º 0.85% 0.31% -
XYZ 3.61 5.82 4.8 -
YUV 55.87 128.63 96.71 -
System Red Green Blue C M Y K H S L
Decimal 12 78 57 0.85 0 0.27 0.69 160.91 0.73 0.18
Hex C 4E 39 55 0 1B 45 A1 49 12
Octal 14 116 71 125 0 33 105 241 111 22
Binary 1100 1001110 111001 1010101 0 11011 1000101 10100001 1001001 10010

Color Harmonies of #0C4E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4E39

Black with #0C4E39

Text Example


Text Example

White with #0C4E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,78,57); }

 H1.HeaderClassName
 {
   color: #0C4E39;
 }
 .AnyTagClassName
 {
   color: #0C4E39;
 }
</style>

background-color css

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

 a { background-color: rgb(12,78,57); }

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

border-color css

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

 span { border-color: rgb(12,78,57); }

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