Html Css Color HEX #0A2409 Myrtle

📋 copy color: '#0A2409'

red 10 ◦ green 36 ◦ blue 9

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

Shades of Myrtle #0A2409

Tints of Myrtle #0A2409

RGB

 RED value IS 10 (4.3% from 255) = 18.18%

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

 BLUE value IS 9 (3.91% from 255) = 16.36%

R = 18.18%
G = 65.45%
B = 16.36%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.75

 K value IS 0.86

RGB Variations

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

Color information

#0A2409 (or 0x0A2409) is known color: Myrtle. HEX triplet: 0A, 24 and 09. RGB value is (10,36,9). Sum of RGB (Red+Green+Blue) = 10+36+9=55 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.18% from 55); Green value is 36 (14.45% from 255 or 65.45% from 55); Blue value is 9 (3.91% from 255 or 16.36% from 55); Max value from RGB is 36 - color contains mainly: green. Hex color #0A2409 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2409 is #F5DBF6. Grayscale: #191919. Windows color (decimal): -16112631 or 599050. OLE color: 599050.

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

Color convert

RGB 10 36 9 -
CMYK 0.72 0 0.75 0.86
HSL 117.78º 0.6% 0.09% -
HSV(B) 117.78º 0.75% 0.14% -
XYZ 0.81 1.35 0.48 -
YUV 25.15 118.89 117.2 -
System Red Green Blue C M Y K H S L
Decimal 10 36 9 0.72 0 0.75 0.86 117.78 0.6 0.09
Hex A 24 9 48 0 4B 56 76 3C 9
Octal 12 44 11 110 0 113 126 166 74 11
Binary 1010 100100 1001 1001000 0 1001011 1010110 1110110 111100 1001

Color Harmonies of #0A2409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2409

Black with #0A2409

Text Example


Text Example

White with #0A2409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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