Html Css Color HEX #0D3406 Myrtle

📋 copy color: '#0D3406'

red 13 ◦ green 52 ◦ blue 6

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

Shades of Myrtle #0D3406

Tints of Myrtle #0D3406

RGB

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

 GREEN value IS 52 (20.7% from 255) = 73.24%

 BLUE value IS 6 (2.73% from 255) = 8.45%

R = 18.31%
G = 73.24%
B = 8.45%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.88

 K value IS 0.80

RGB Variations

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

Color information

#0D3406 (or 0x0D3406) is known color: Myrtle. HEX triplet: 0D, 34 and 06. RGB value is (13,52,6). Sum of RGB (Red+Green+Blue) = 13+52+6=71 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.31% from 71); Green value is 52 (20.70% from 255 or 73.24% from 71); Blue value is 6 (2.73% from 255 or 8.45% from 71); Max value from RGB is 52 - color contains mainly: green. Hex color #0D3406 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3406 is #F2CBF9. Grayscale: #232323. Windows color (decimal): -15911930 or 406541. OLE color: 406541.

HSL color Cylindrical-coordinate representation of color #0D3406: hue angle of 110.87º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D3406 is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB 13 52 6 -
CMYK 0.75 0 0.88 0.80
HSL 110.87º 0.79% 0.11% -
HSV(B) 110.87º 0.88% 0.2% -
XYZ 1.43 2.55 0.59 -
YUV 35.1 111.58 112.24 -
System Red Green Blue C M Y K H S L
Decimal 13 52 6 0.75 0 0.88 0.80 110.87 0.79 0.11
Hex D 34 6 4B 0 58 50 6F 4F B
Octal 15 64 6 113 0 130 120 157 117 13
Binary 1101 110100 110 1001011 0 1011000 1010000 1101111 1001111 1011

Color Harmonies of #0D3406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3406

Black with #0D3406

Text Example


Text Example

White with #0D3406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,52,6); }

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

background-color css

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

 a { background-color: rgb(13,52,6); }

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

border-color css

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

 span { border-color: rgb(13,52,6); }

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