Html Css Color HEX #0C590D Myrtle

📋 copy color: '#0C590D'

red 12 ◦ green 89 ◦ blue 13

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

Shades of Myrtle #0C590D

Tints of Myrtle #0C590D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 78.07%

 BLUE value IS 13 (5.47% from 255) = 11.4%

R = 10.53%
G = 78.07%
B = 11.4%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#0C590D (or 0x0C590D) is known color: Myrtle. HEX triplet: 0C, 59 and 0D. RGB value is (12,89,13). Sum of RGB (Red+Green+Blue) = 12+89+13=114 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.53% from 114); Green value is 89 (35.16% from 255 or 78.07% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 89 - color contains mainly: green. Hex color #0C590D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C590D is #F3A6F2. Grayscale: #393939. Windows color (decimal): -15967987 or 874764. OLE color: 874764.

HSL color Cylindrical-coordinate representation of color #0C590D: hue angle of 120.78º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C590D is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 12 89 13 -
CMYK 0.87 0 0.85 0.65
HSL 120.78º 0.76% 0.2% -
HSV(B) 120.78º 0.87% 0.35% -
XYZ 3.8 7.25 1.58 -
YUV 57.31 102.99 95.68 -
System Red Green Blue C M Y K H S L
Decimal 12 89 13 0.87 0 0.85 0.65 120.78 0.76 0.2
Hex C 59 D 57 0 55 41 79 4C 14
Octal 14 131 15 127 0 125 101 171 114 24
Binary 1100 1011001 1101 1010111 0 1010101 1000001 1111001 1001100 10100

Color Harmonies of #0C590D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C590D

Black with #0C590D

Text Example


Text Example

White with #0C590D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,89,13); }

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

background-color css

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

 a { background-color: rgb(12,89,13); }

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

border-color css

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

 span { border-color: rgb(12,89,13); }

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