Html Css Color HEX #0C5513 Myrtle

📋 copy color: '#0C5513'

red 12 ◦ green 85 ◦ blue 19

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

Shades of Myrtle #0C5513

Tints of Myrtle #0C5513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.38%

R = 10.34%
G = 73.28%
B = 16.38%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#0C5513 (or 0x0C5513) is known color: Myrtle. HEX triplet: 0C, 55 and 13. RGB value is (12,85,19). Sum of RGB (Red+Green+Blue) = 12+85+19=116 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.34% from 116); Green value is 85 (33.59% from 255 or 73.28% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 85 - color contains mainly: green. Hex color #0C5513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5513 is #F3AAEC. Grayscale: #373737. Windows color (decimal): -15969005 or 1266956. OLE color: 1266956.

HSL color Cylindrical-coordinate representation of color #0C5513: hue angle of 125.75º 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 #0C5513 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 12 85 19 -
CMYK 0.86 0 0.78 0.67
HSL 125.75º 0.75% 0.19% -
HSV(B) 125.75º 0.86% 0.33% -
XYZ 3.52 6.62 1.71 -
YUV 55.65 107.32 96.87 -
System Red Green Blue C M Y K H S L
Decimal 12 85 19 0.86 0 0.78 0.67 125.75 0.75 0.19
Hex C 55 13 56 0 4E 43 7E 4B 13
Octal 14 125 23 126 0 116 103 176 113 23
Binary 1100 1010101 10011 1010110 0 1001110 1000011 1111110 1001011 10011

Color Harmonies of #0C5513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5513

Black with #0C5513

Text Example


Text Example

White with #0C5513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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