Html Css Color HEX #0C4A33 Sherwood Green

📋 copy color: '#0C4A33'

red 12 ◦ green 74 ◦ blue 51

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

Shades of Sherwood Green #0C4A33

Tints of Sherwood Green #0C4A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 37.23%

R = 8.76%
G = 54.01%
B = 37.23%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.31

 K value IS 0.71

RGB Variations

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

Color information

#0C4A33 (or 0x0C4A33) is known color: Sherwood Green. HEX triplet: 0C, 4A and 33. RGB value is (12,74,51). Sum of RGB (Red+Green+Blue) = 12+74+51=137 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.76% from 137); Green value is 74 (29.30% from 255 or 54.01% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 74 - color contains mainly: green. Hex color #0C4A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4A33 is #F3B5CC. Grayscale: #343434. Windows color (decimal): -15971789 or 3361292. OLE color: 3361292.

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

Color convert

RGB 12 74 51 -
CMYK 0.84 0 0.31 0.71
HSL 157.74º 0.72% 0.17% -
HSV(B) 157.74º 0.84% 0.29% -
XYZ 3.2 5.21 3.97 -
YUV 52.84 126.96 98.87 -
System Red Green Blue C M Y K H S L
Decimal 12 74 51 0.84 0 0.31 0.71 157.74 0.72 0.17
Hex C 4A 33 54 0 1F 47 9E 48 11
Octal 14 112 63 124 0 37 107 236 110 21
Binary 1100 1001010 110011 1010100 0 11111 1000111 10011110 1001000 10001

Color Harmonies of #0C4A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4A33

Black with #0C4A33

Text Example


Text Example

White with #0C4A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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