Html Css Color HEX #0D540B Myrtle

📋 copy color: '#0D540B'

red 13 ◦ green 84 ◦ blue 11

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

Shades of Myrtle #0D540B

Tints of Myrtle #0D540B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 77.78%

 BLUE value IS 11 (4.69% from 255) = 10.19%

R = 12.04%
G = 77.78%
B = 10.19%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#0D540B (or 0x0D540B) is known color: Myrtle. HEX triplet: 0D, 54 and 0B. RGB value is (13,84,11). Sum of RGB (Red+Green+Blue) = 13+84+11=108 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.04% from 108); Green value is 84 (33.20% from 255 or 77.78% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 84 - color contains mainly: green. Hex color #0D540B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D540B is #F2ABF4. Grayscale: #363636. Windows color (decimal): -15903733 or 742413. OLE color: 742413.

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

Color convert

RGB 13 84 11 -
CMYK 0.85 0 0.87 0.67
HSL 118.36º 0.77% 0.19% -
HSV(B) 118.36º 0.87% 0.33% -
XYZ 3.4 6.45 1.38 -
YUV 54.45 103.48 98.44 -
System Red Green Blue C M Y K H S L
Decimal 13 84 11 0.85 0 0.87 0.67 118.36 0.77 0.19
Hex D 54 B 55 0 57 43 76 4D 13
Octal 15 124 13 125 0 127 103 166 115 23
Binary 1101 1010100 1011 1010101 0 1010111 1000011 1110110 1001101 10011

Color Harmonies of #0D540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D540B

Black with #0D540B

Text Example


Text Example

White with #0D540B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,84,11); }

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

background-color css

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

 a { background-color: rgb(13,84,11); }

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

border-color css

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

 span { border-color: rgb(13,84,11); }

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