Html Css Color HEX #0D3006 Myrtle

📋 copy color: '#0D3006'

red 13 ◦ green 48 ◦ blue 6

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

Shades of Myrtle #0D3006

Tints of Myrtle #0D3006

RGB

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

 GREEN value IS 48 (19.14% from 255) = 71.64%

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

R = 19.4%
G = 71.64%
B = 8.96%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.87

 K value IS 0.81

RGB Variations

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

Color information

#0D3006 (or 0x0D3006) is known color: Myrtle. HEX triplet: 0D, 30 and 06. RGB value is (13,48,6). Sum of RGB (Red+Green+Blue) = 13+48+6=67 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.40% from 67); Green value is 48 (19.14% from 255 or 71.64% from 67); Blue value is 6 (2.73% from 255 or 8.96% from 67); Max value from RGB is 48 - color contains mainly: green. Hex color #0D3006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3006 is #F2CFF9. Grayscale: #202020. Windows color (decimal): -15912954 or 405517. OLE color: 405517.

HSL color Cylindrical-coordinate representation of color #0D3006: hue angle of 110º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D3006 is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB 13 48 6 -
CMYK 0.73 0 0.87 0.81
HSL 110º 0.78% 0.11% -
HSV(B) 110º 0.88% 0.19% -
XYZ 1.26 2.21 0.53 -
YUV 32.75 112.9 113.92 -
System Red Green Blue C M Y K H S L
Decimal 13 48 6 0.73 0 0.87 0.81 110 0.78 0.11
Hex D 30 6 49 0 57 51 6E 4E B
Octal 15 60 6 111 0 127 121 156 116 13
Binary 1101 110000 110 1001001 0 1010111 1010001 1101110 1001110 1011

Color Harmonies of #0D3006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3006

Black with #0D3006

Text Example


Text Example

White with #0D3006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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