Html Css Color HEX #0C5313 Myrtle

📋 copy color: '#0C5313'

red 12 ◦ green 83 ◦ blue 19

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

Shades of Myrtle #0C5313

Tints of Myrtle #0C5313

RGB

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

 GREEN value IS 83 (32.81% from 255) = 72.81%

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

R = 10.53%
G = 72.81%
B = 16.67%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#0C5313 (or 0x0C5313) is known color: Myrtle. HEX triplet: 0C, 53 and 13. RGB value is (12,83,19). Sum of RGB (Red+Green+Blue) = 12+83+19=114 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.53% from 114); Green value is 83 (32.81% from 255 or 72.81% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 83 - color contains mainly: green. Hex color #0C5313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5313 is #F3ACEC. Grayscale: #363636. Windows color (decimal): -15969517 or 1266444. OLE color: 1266444.

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

Color convert

RGB 12 83 19 -
CMYK 0.86 0 0.77 0.67
HSL 125.92º 0.75% 0.19% -
HSV(B) 125.92º 0.86% 0.33% -
XYZ 3.36 6.31 1.66 -
YUV 54.48 107.98 97.7 -
System Red Green Blue C M Y K H S L
Decimal 12 83 19 0.86 0 0.77 0.67 125.92 0.75 0.19
Hex C 53 13 56 0 4D 43 7E 4B 13
Octal 14 123 23 126 0 115 103 176 113 23
Binary 1100 1010011 10011 1010110 0 1001101 1000011 1111110 1001011 10011

Color Harmonies of #0C5313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5313

Black with #0C5313

Text Example


Text Example

White with #0C5313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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