Html Css Color HEX #0C590C Myrtle

📋 copy color: '#0C590C'

red 12 ◦ green 89 ◦ blue 12

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

Shades of Myrtle #0C590C

Tints of Myrtle #0C590C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.62%

R = 10.62%
G = 78.76%
B = 10.62%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#0C590C (or 0x0C590C) is known color: Myrtle. HEX triplet: 0C, 59 and 0C. RGB value is (12,89,12). Sum of RGB (Red+Green+Blue) = 12+89+12=113 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.62% from 113); Green value is 89 (35.16% from 255 or 78.76% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 89 - color contains mainly: green. Hex color #0C590C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C590C is #F3A6F3. Grayscale: #393939. Windows color (decimal): -15967988 or 809228. OLE color: 809228.

HSL color Cylindrical-coordinate representation of color #0C590C: hue angle of 120º 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 #0C590C is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB 12 89 12 -
CMYK 0.87 0 0.87 0.65
HSL 120º 0.76% 0.2% -
HSV(B) 120º 0.87% 0.35% -
XYZ 3.79 7.25 1.55 -
YUV 57.2 102.49 95.76 -
System Red Green Blue C M Y K H S L
Decimal 12 89 12 0.87 0 0.87 0.65 120 0.76 0.2
Hex C 59 C 57 0 57 41 78 4C 14
Octal 14 131 14 127 0 127 101 170 114 24
Binary 1100 1011001 1100 1010111 0 1010111 1000001 1111000 1001100 10100

Color Harmonies of #0C590C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C590C

Black with #0C590C

Text Example


Text Example

White with #0C590C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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