Html Css Color HEX #0D580A Myrtle

📋 copy color: '#0D580A'

red 13 ◦ green 88 ◦ blue 10

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

Shades of Myrtle #0D580A

Tints of Myrtle #0D580A

RGB

 RED value IS 13 (5.47% from 255) = 11.71%

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

 BLUE value IS 10 (4.3% from 255) = 9.01%

R = 11.71%
G = 79.28%
B = 9.01%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#0D580A (or 0x0D580A) is known color: Myrtle. HEX triplet: 0D, 58 and 0A. RGB value is (13,88,10). Sum of RGB (Red+Green+Blue) = 13+88+10=111 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.71% from 111); Green value is 88 (34.77% from 255 or 79.28% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 88 - color contains mainly: green. Hex color #0D580A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D580A is #F2A7F5. Grayscale: #383838. Windows color (decimal): -15902710 or 677901. OLE color: 677901.

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

Color convert

RGB 13 88 10 -
CMYK 0.85 0 0.89 0.65
HSL 117.69º 0.8% 0.19% -
HSV(B) 117.69º 0.89% 0.35% -
XYZ 3.71 7.09 1.46 -
YUV 56.68 101.65 96.84 -
System Red Green Blue C M Y K H S L
Decimal 13 88 10 0.85 0 0.89 0.65 117.69 0.8 0.19
Hex D 58 A 55 0 59 41 76 50 13
Octal 15 130 12 125 0 131 101 166 120 23
Binary 1101 1011000 1010 1010101 0 1011001 1000001 1110110 1010000 10011

Color Harmonies of #0D580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D580A

Black with #0D580A

Text Example


Text Example

White with #0D580A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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