Html Css Color HEX #0D5901 Myrtle

📋 copy color: '#0D5901'

red 13 ◦ green 89 ◦ blue 1

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

Shades of Myrtle #0D5901

Tints of Myrtle #0D5901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.97%

R = 12.62%
G = 86.41%
B = 0.97%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#0D5901 (or 0x0D5901) is known color: Myrtle. HEX triplet: 0D, 59 and 01. RGB value is (13,89,1). Sum of RGB (Red+Green+Blue) = 13+89+1=103 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.62% from 103); Green value is 89 (35.16% from 255 or 86.41% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 89 - color contains mainly: green. Hex color #0D5901 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5901 is #F2A6FE. Grayscale: #383838. Windows color (decimal): -15902463 or 88333. OLE color: 88333.

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

Color convert

RGB 13 89 1 -
CMYK 0.85 0 0.99 0.65
HSL 111.82º 0.98% 0.18% -
HSV(B) 111.82º 0.99% 0.35% -
XYZ 3.74 7.23 1.23 -
YUV 56.24 96.82 97.16 -
System Red Green Blue C M Y K H S L
Decimal 13 89 1 0.85 0 0.99 0.65 111.82 0.98 0.18
Hex D 59 1 55 0 63 41 70 62 12
Octal 15 131 1 125 0 143 101 160 142 22
Binary 1101 1011001 1 1010101 0 1100011 1000001 1110000 1100010 10010

Color Harmonies of #0D5901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5901

Black with #0D5901

Text Example


Text Example

White with #0D5901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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