Html Css Color HEX #0C4A34 Sherwood Green

📋 copy color: '#0C4A34'

red 12 ◦ green 74 ◦ blue 52

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

Shades of Sherwood Green #0C4A34

Tints of Sherwood Green #0C4A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 37.68%

R = 8.7%
G = 53.62%
B = 37.68%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#0C4A34 (or 0x0C4A34) is known color: Sherwood Green. HEX triplet: 0C, 4A and 34. RGB value is (12,74,52). Sum of RGB (Red+Green+Blue) = 12+74+52=138 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.70% from 138); Green value is 74 (29.30% from 255 or 53.62% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 74 - color contains mainly: green. Hex color #0C4A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4A34 is #F3B5CB. Grayscale: #343434. Windows color (decimal): -15971788 or 3426828. OLE color: 3426828.

HSL color Cylindrical-coordinate representation of color #0C4A34: hue angle of 158.71º 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 #0C4A34 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB 12 74 52 -
CMYK 0.84 0 0.30 0.71
HSL 158.71º 0.72% 0.17% -
HSV(B) 158.71º 0.84% 0.29% -
XYZ 3.22 5.22 4.09 -
YUV 52.95 127.46 98.79 -
System Red Green Blue C M Y K H S L
Decimal 12 74 52 0.84 0 0.30 0.71 158.71 0.72 0.17
Hex C 4A 34 54 0 1E 47 9F 48 11
Octal 14 112 64 124 0 36 107 237 110 21
Binary 1100 1001010 110100 1010100 0 11110 1000111 10011111 1001000 10001

Color Harmonies of #0C4A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4A34

Black with #0C4A34

Text Example


Text Example

White with #0C4A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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