Html Css Color HEX #0C4232 Sherwood Green

📋 copy color: '#0C4232'

red 12 ◦ green 66 ◦ blue 50

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

Shades of Sherwood Green #0C4232

Tints of Sherwood Green #0C4232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 51.56%

 BLUE value IS 50 (19.92% from 255) = 39.06%

R = 9.38%
G = 51.56%
B = 39.06%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#0C4232 (or 0x0C4232) is known color: Sherwood Green. HEX triplet: 0C, 42 and 32. RGB value is (12,66,50). Sum of RGB (Red+Green+Blue) = 12+66+50=128 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.38% from 128); Green value is 66 (26.17% from 255 or 51.56% from 128); Blue value is 50 (19.92% from 255 or 39.06% from 128); Max value from RGB is 66 - color contains mainly: green. Hex color #0C4232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4232 is #F3BDCD. Grayscale: #303030. Windows color (decimal): -15973838 or 3293708. OLE color: 3293708.

HSL color Cylindrical-coordinate representation of color #0C4232: hue angle of 162.22º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C4232 is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB 12 66 50 -
CMYK 0.82 0 0.24 0.74
HSL 162.22º 0.69% 0.15% -
HSV(B) 162.22º 0.82% 0.26% -
XYZ 2.68 4.2 3.69 -
YUV 48.03 129.11 102.3 -
System Red Green Blue C M Y K H S L
Decimal 12 66 50 0.82 0 0.24 0.74 162.22 0.69 0.15
Hex C 42 32 52 0 18 4A A2 45 F
Octal 14 102 62 122 0 30 112 242 105 17
Binary 1100 1000010 110010 1010010 0 11000 1001010 10100010 1000101 1111

Color Harmonies of #0C4232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4232

Black with #0C4232

Text Example


Text Example

White with #0C4232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,66,50); }

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

background-color css

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

 a { background-color: rgb(12,66,50); }

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

border-color css

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

 span { border-color: rgb(12,66,50); }

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