Html Css Color HEX #0C580D Myrtle

📋 copy color: '#0C580D'

red 12 ◦ green 88 ◦ blue 13

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

Shades of Myrtle #0C580D

Tints of Myrtle #0C580D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 77.88%

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

R = 10.62%
G = 77.88%
B = 11.5%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#0C580D (or 0x0C580D) is known color: Myrtle. HEX triplet: 0C, 58 and 0D. RGB value is (12,88,13). Sum of RGB (Red+Green+Blue) = 12+88+13=113 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.62% from 113); Green value is 88 (34.77% from 255 or 77.88% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 88 - color contains mainly: green. Hex color #0C580D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C580D is #F3A7F2. Grayscale: #383838. Windows color (decimal): -15968243 or 874508. OLE color: 874508.

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

Color convert

RGB 12 88 13 -
CMYK 0.86 0 0.85 0.65
HSL 120.79º 0.76% 0.2% -
HSV(B) 120.79º 0.86% 0.35% -
XYZ 3.71 7.09 1.55 -
YUV 56.73 103.32 96.1 -
System Red Green Blue C M Y K H S L
Decimal 12 88 13 0.86 0 0.85 0.65 120.79 0.76 0.2
Hex C 58 D 56 0 55 41 79 4C 14
Octal 14 130 15 126 0 125 101 171 114 24
Binary 1100 1011000 1101 1010110 0 1010101 1000001 1111001 1001100 10100

Color Harmonies of #0C580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C580D

Black with #0C580D

Text Example


Text Example

White with #0C580D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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