Html Css Color HEX #0C5511 Myrtle

📋 copy color: '#0C5511'

red 12 ◦ green 85 ◦ blue 17

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

Shades of Myrtle #0C5511

Tints of Myrtle #0C5511

RGB

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

 GREEN value IS 85 (33.59% from 255) = 74.56%

 BLUE value IS 17 (7.03% from 255) = 14.91%

R = 10.53%
G = 74.56%
B = 14.91%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#0C5511 (or 0x0C5511) is known color: Myrtle. HEX triplet: 0C, 55 and 11. RGB value is (12,85,17). Sum of RGB (Red+Green+Blue) = 12+85+17=114 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.53% from 114); Green value is 85 (33.59% from 255 or 74.56% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 85 - color contains mainly: green. Hex color #0C5511 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5511 is #F3AAEE. Grayscale: #373737. Windows color (decimal): -15969007 or 1135884. OLE color: 1135884.

HSL color Cylindrical-coordinate representation of color #0C5511: hue angle of 124.11º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5511 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 12 85 17 -
CMYK 0.86 0 0.80 0.67
HSL 124.11º 0.75% 0.19% -
HSV(B) 124.11º 0.86% 0.33% -
XYZ 3.5 6.62 1.62 -
YUV 55.42 106.32 97.03 -
System Red Green Blue C M Y K H S L
Decimal 12 85 17 0.86 0 0.80 0.67 124.11 0.75 0.19
Hex C 55 11 56 0 50 43 7C 4B 13
Octal 14 125 21 126 0 120 103 174 113 23
Binary 1100 1010101 10001 1010110 0 1010000 1000011 1111100 1001011 10011

Color Harmonies of #0C5511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5511

Black with #0C5511

Text Example


Text Example

White with #0C5511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,85,17); }

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

background-color css

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

 a { background-color: rgb(12,85,17); }

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

border-color css

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

 span { border-color: rgb(12,85,17); }

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