Html Css Color HEX #0A3409 Myrtle

📋 copy color: '#0A3409'

red 10 ◦ green 52 ◦ blue 9

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

Shades of Myrtle #0A3409

Tints of Myrtle #0A3409

RGB

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

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

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

R = 14.08%
G = 73.24%
B = 12.68%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.83

 K value IS 0.80

RGB Variations

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

Color information

#0A3409 (or 0x0A3409) is known color: Myrtle. HEX triplet: 0A, 34 and 09. RGB value is (10,52,9). Sum of RGB (Red+Green+Blue) = 10+52+9=71 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.08% from 71); Green value is 52 (20.70% from 255 or 73.24% from 71); Blue value is 9 (3.91% from 255 or 12.68% from 71); Max value from RGB is 52 - color contains mainly: green. Hex color #0A3409 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3409 is #F5CBF6. Grayscale: #222222. Windows color (decimal): -16108535 or 603146. OLE color: 603146.

HSL color Cylindrical-coordinate representation of color #0A3409: hue angle of 118.6º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A3409 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.80.

Color convert

RGB 10 52 9 -
CMYK 0.81 0 0.83 0.80
HSL 118.6º 0.7% 0.12% -
HSV(B) 118.6º 0.83% 0.2% -
XYZ 1.4 2.54 0.67 -
YUV 34.54 113.59 110.5 -
System Red Green Blue C M Y K H S L
Decimal 10 52 9 0.81 0 0.83 0.80 118.6 0.7 0.12
Hex A 34 9 51 0 53 50 77 46 C
Octal 12 64 11 121 0 123 120 167 106 14
Binary 1010 110100 1001 1010001 0 1010011 1010000 1110111 1000110 1100

Color Harmonies of #0A3409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3409

Black with #0A3409

Text Example


Text Example

White with #0A3409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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