Html Css Color HEX #0C4C39 Sherwood Green

📋 copy color: '#0C4C39'

red 12 ◦ green 76 ◦ blue 57

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

Shades of Sherwood Green #0C4C39

Tints of Sherwood Green #0C4C39

RGB

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

 GREEN value IS 76 (30.08% from 255) = 52.41%

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

R = 8.28%
G = 52.41%
B = 39.31%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.25

 K value IS 0.70

RGB Variations

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

Color information

#0C4C39 (or 0x0C4C39) is known color: Sherwood Green. HEX triplet: 0C, 4C and 39. RGB value is (12,76,57). Sum of RGB (Red+Green+Blue) = 12+76+57=145 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.28% from 145); Green value is 76 (30.08% from 255 or 52.41% from 145); Blue value is 57 (22.66% from 255 or 39.31% from 145); Max value from RGB is 76 - color contains mainly: green. Hex color #0C4C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4C39 is #F3B3C6. Grayscale: #363636. Windows color (decimal): -15971271 or 3755020. OLE color: 3755020.

HSL color Cylindrical-coordinate representation of color #0C4C39: hue angle of 162.19º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4C39 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.

Color convert

RGB 12 76 57 -
CMYK 0.84 0 0.25 0.70
HSL 162.19º 0.73% 0.17% -
HSV(B) 162.19º 0.84% 0.3% -
XYZ 3.47 5.54 4.76 -
YUV 54.7 129.3 97.54 -
System Red Green Blue C M Y K H S L
Decimal 12 76 57 0.84 0 0.25 0.70 162.19 0.73 0.17
Hex C 4C 39 54 0 19 46 A2 49 11
Octal 14 114 71 124 0 31 106 242 111 21
Binary 1100 1001100 111001 1010100 0 11001 1000110 10100010 1001001 10001

Color Harmonies of #0C4C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4C39

Black with #0C4C39

Text Example


Text Example

White with #0C4C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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