Html Css Color HEX #0D240A Myrtle

📋 copy color: '#0D240A'

red 13 ◦ green 36 ◦ blue 10

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

Shades of Myrtle #0D240A

Tints of Myrtle #0D240A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 61.02%

 BLUE value IS 10 (4.3% from 255) = 16.95%

R = 22.03%
G = 61.02%
B = 16.95%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.72

 K value IS 0.86

RGB Variations

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

Color information

#0D240A (or 0x0D240A) is known color: Myrtle. HEX triplet: 0D, 24 and 0A. RGB value is (13,36,10). Sum of RGB (Red+Green+Blue) = 13+36+10=59 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.03% from 59); Green value is 36 (14.45% from 255 or 61.02% from 59); Blue value is 10 (4.30% from 255 or 16.95% from 59); Max value from RGB is 36 - color contains mainly: green. Hex color #0D240A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D240A is #F2DBF5. Grayscale: #1A1A1A. Windows color (decimal): -15916022 or 664589. OLE color: 664589.

HSL color Cylindrical-coordinate representation of color #0D240A: hue angle of 113.08º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0D240A is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.86.

Color convert

RGB 13 36 10 -
CMYK 0.64 0 0.72 0.86
HSL 113.08º 0.57% 0.09% -
HSV(B) 113.08º 0.72% 0.14% -
XYZ 0.85 1.37 0.51 -
YUV 26.16 118.88 118.61 -
System Red Green Blue C M Y K H S L
Decimal 13 36 10 0.64 0 0.72 0.86 113.08 0.57 0.09
Hex D 24 A 40 0 48 56 71 39 9
Octal 15 44 12 100 0 110 126 161 71 11
Binary 1101 100100 1010 1000000 0 1001000 1010110 1110001 111001 1001

Color Harmonies of #0D240A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D240A

Black with #0D240A

Text Example


Text Example

White with #0D240A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,36,10); }

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

background-color css

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

 a { background-color: rgb(13,36,10); }

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

border-color css

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

 span { border-color: rgb(13,36,10); }

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