Html Css Color HEX #0D360E Myrtle

📋 copy color: '#0D360E'

red 13 ◦ green 54 ◦ blue 14

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

Shades of Myrtle #0D360E

Tints of Myrtle #0D360E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 66.67%

 BLUE value IS 14 (5.86% from 255) = 17.28%

R = 16.05%
G = 66.67%
B = 17.28%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#0D360E (or 0x0D360E) is known color: Myrtle. HEX triplet: 0D, 36 and 0E. RGB value is (13,54,14). Sum of RGB (Red+Green+Blue) = 13+54+14=81 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.05% from 81); Green value is 54 (21.48% from 255 or 66.67% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 54 - color contains mainly: green. Hex color #0D360E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D360E is #F2C9F1. Grayscale: #252525. Windows color (decimal): -15911410 or 931341. OLE color: 931341.

HSL color Cylindrical-coordinate representation of color #0D360E: hue angle of 121.46º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0D360E is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB 13 54 14 -
CMYK 0.76 0 0.74 0.79
HSL 121.46º 0.61% 0.13% -
HSV(B) 121.46º 0.76% 0.21% -
XYZ 1.56 2.76 0.86 -
YUV 37.18 114.92 110.75 -
System Red Green Blue C M Y K H S L
Decimal 13 54 14 0.76 0 0.74 0.79 121.46 0.61 0.13
Hex D 36 E 4C 0 4A 4F 79 3D D
Octal 15 66 16 114 0 112 117 171 75 15
Binary 1101 110110 1110 1001100 0 1001010 1001111 1111001 111101 1101

Color Harmonies of #0D360E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D360E

Black with #0D360E

Text Example


Text Example

White with #0D360E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,54,14); }

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

background-color css

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

 a { background-color: rgb(13,54,14); }

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

border-color css

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

 span { border-color: rgb(13,54,14); }

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