Html Css Color HEX #0D5500 Myrtle

📋 copy color: '#0D5500'

red 13 ◦ green 85 ◦ blue 0

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

Shades of Myrtle #0D5500

Tints of Myrtle #0D5500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 86.73%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 13.27%
G = 86.73%
B = 0%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#0D5500 (or 0x0D5500) is known color: Myrtle. HEX triplet: 0D, 55 and 00. RGB value is (13,85,0). Sum of RGB (Red+Green+Blue) = 13+85+0=98 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.27% from 98); Green value is 85 (33.59% from 255 or 86.73% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 85 - color contains mainly: green. Hex color #0D5500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5500 is #F2AAFF. Grayscale: #363636. Windows color (decimal): -15903488 or 21773. OLE color: 21773.

HSL color Cylindrical-coordinate representation of color #0D5500: hue angle of 110.82º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D5500 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 13 85 0 -
CMYK 0.85 0 1 0.67
HSL 110.82º 1% 0.17% -
HSV(B) 110.82º 1% 0.33% -
XYZ 3.41 6.58 1.09 -
YUV 53.78 97.65 98.91 -
System Red Green Blue C M Y K H S L
Decimal 13 85 0 0.85 0 1 0.67 110.82 1 0.17
Hex D 55 0 55 0 64 43 6F 64 11
Octal 15 125 0 125 0 144 103 157 144 21
Binary 1101 1010101 0 1010101 0 1100100 1000011 1101111 1100100 10001

Color Harmonies of #0D5500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5500

Black with #0D5500

Text Example


Text Example

White with #0D5500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,85,0); }

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

background-color css

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

 a { background-color: rgb(13,85,0); }

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

border-color css

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

 span { border-color: rgb(13,85,0); }

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