Html Css Color HEX #0C4533 Sherwood Green

📋 copy color: '#0C4533'

red 12 ◦ green 69 ◦ blue 51

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

Shades of Sherwood Green #0C4533

Tints of Sherwood Green #0C4533

RGB

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

 GREEN value IS 69 (27.34% from 255) = 52.27%

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

R = 9.09%
G = 52.27%
B = 38.64%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#0C4533 (or 0x0C4533) is known color: Sherwood Green. HEX triplet: 0C, 45 and 33. RGB value is (12,69,51). Sum of RGB (Red+Green+Blue) = 12+69+51=132 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.09% from 132); Green value is 69 (27.34% from 255 or 52.27% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 69 - color contains mainly: green. Hex color #0C4533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4533 is #F3BACC. Grayscale: #313131. Windows color (decimal): -15973069 or 3360012. OLE color: 3360012.

HSL color Cylindrical-coordinate representation of color #0C4533: hue angle of 161.05º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C4533 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB 12 69 51 -
CMYK 0.83 0 0.26 0.73
HSL 161.05º 0.7% 0.16% -
HSV(B) 161.05º 0.83% 0.27% -
XYZ 2.88 4.57 3.86 -
YUV 49.91 128.62 100.96 -
System Red Green Blue C M Y K H S L
Decimal 12 69 51 0.83 0 0.26 0.73 161.05 0.7 0.16
Hex C 45 33 53 0 1A 49 A1 46 10
Octal 14 105 63 123 0 32 111 241 106 20
Binary 1100 1000101 110011 1010011 0 11010 1001001 10100001 1000110 10000

Color Harmonies of #0C4533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4533

Black with #0C4533

Text Example


Text Example

White with #0C4533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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