Html Css Color HEX #0C5601 Myrtle

📋 copy color: '#0C5601'

red 12 ◦ green 86 ◦ blue 1

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

Shades of Myrtle #0C5601

Tints of Myrtle #0C5601

RGB

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

 GREEN value IS 86 (33.98% from 255) = 86.87%

 BLUE value IS 1 (0.78% from 255) = 1.01%

R = 12.12%
G = 86.87%
B = 1.01%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#0C5601 (or 0x0C5601) is known color: Myrtle. HEX triplet: 0C, 56 and 01. RGB value is (12,86,1). Sum of RGB (Red+Green+Blue) = 12+86+1=99 (13% of max value = 765). Red value is 12 (5.08% from 255 or 12.12% from 99); Green value is 86 (33.98% from 255 or 86.87% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 86 - color contains mainly: green. Hex color #0C5601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5601 is #F3A9FE. Grayscale: #363636. Windows color (decimal): -15968767 or 87564. OLE color: 87564.

HSL color Cylindrical-coordinate representation of color #0C5601: hue angle of 112.24º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C5601 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB 12 86 1 -
CMYK 0.86 0 0.99 0.66
HSL 112.24º 0.98% 0.17% -
HSV(B) 112.24º 0.99% 0.34% -
XYZ 3.48 6.74 1.15 -
YUV 54.18 97.98 97.91 -
System Red Green Blue C M Y K H S L
Decimal 12 86 1 0.86 0 0.99 0.66 112.24 0.98 0.17
Hex C 56 1 56 0 63 42 70 62 11
Octal 14 126 1 126 0 143 102 160 142 21
Binary 1100 1010110 1 1010110 0 1100011 1000010 1110000 1100010 10001

Color Harmonies of #0C5601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5601

Black with #0C5601

Text Example


Text Example

White with #0C5601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,86,1); }

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

background-color css

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

 a { background-color: rgb(12,86,1); }

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

border-color css

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

 span { border-color: rgb(12,86,1); }

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