Html Css Color HEX #0C4A36 Sherwood Green

📋 copy color: '#0C4A36'

red 12 ◦ green 74 ◦ blue 54

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

Shades of Sherwood Green #0C4A36

Tints of Sherwood Green #0C4A36

RGB

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

 GREEN value IS 74 (29.3% from 255) = 52.86%

 BLUE value IS 54 (21.48% from 255) = 38.57%

R = 8.57%
G = 52.86%
B = 38.57%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#0C4A36 (or 0x0C4A36) is known color: Sherwood Green. HEX triplet: 0C, 4A and 36. RGB value is (12,74,54). Sum of RGB (Red+Green+Blue) = 12+74+54=140 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.57% from 140); Green value is 74 (29.30% from 255 or 52.86% from 140); Blue value is 54 (21.48% from 255 or 38.57% from 140); Max value from RGB is 74 - color contains mainly: green. Hex color #0C4A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4A36 is #F3B5C9. Grayscale: #353535. Windows color (decimal): -15971786 or 3557900. OLE color: 3557900.

HSL color Cylindrical-coordinate representation of color #0C4A36: hue angle of 160.65º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4A36 is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB 12 74 54 -
CMYK 0.84 0 0.27 0.71
HSL 160.65º 0.72% 0.17% -
HSV(B) 160.65º 0.84% 0.29% -
XYZ 3.27 5.24 4.33 -
YUV 53.18 128.46 98.63 -
System Red Green Blue C M Y K H S L
Decimal 12 74 54 0.84 0 0.27 0.71 160.65 0.72 0.17
Hex C 4A 36 54 0 1B 47 A1 48 11
Octal 14 112 66 124 0 33 107 241 110 21
Binary 1100 1001010 110110 1010100 0 11011 1000111 10100001 1001000 10001

Color Harmonies of #0C4A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4A36

Black with #0C4A36

Text Example


Text Example

White with #0C4A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,74,54); }

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

background-color css

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

 a { background-color: rgb(12,74,54); }

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

border-color css

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

 span { border-color: rgb(12,74,54); }

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