Html Css Color HEX #0A390D Myrtle

📋 copy color: '#0A390D'

red 10 ◦ green 57 ◦ blue 13

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

Shades of Myrtle #0A390D

Tints of Myrtle #0A390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 71.25%

 BLUE value IS 13 (5.47% from 255) = 16.25%

R = 12.5%
G = 71.25%
B = 16.25%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#0A390D (or 0x0A390D) is known color: Myrtle. HEX triplet: 0A, 39 and 0D. RGB value is (10,57,13). Sum of RGB (Red+Green+Blue) = 10+57+13=80 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.5% from 80); Green value is 57 (22.66% from 255 or 71.25% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 57 - color contains mainly: green. Hex color #0A390D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A390D is #F5C6F2. Grayscale: #262626. Windows color (decimal): -16107251 or 866570. OLE color: 866570.

HSL color Cylindrical-coordinate representation of color #0A390D: hue angle of 123.83º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A390D is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB 10 57 13 -
CMYK 0.82 0 0.77 0.78
HSL 123.83º 0.7% 0.13% -
HSV(B) 123.83º 0.82% 0.22% -
XYZ 1.66 3.02 0.88 -
YUV 37.93 113.93 108.08 -
System Red Green Blue C M Y K H S L
Decimal 10 57 13 0.82 0 0.77 0.78 123.83 0.7 0.13
Hex A 39 D 52 0 4D 4E 7C 46 D
Octal 12 71 15 122 0 115 116 174 106 15
Binary 1010 111001 1101 1010010 0 1001101 1001110 1111100 1000110 1101

Color Harmonies of #0A390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A390D

Black with #0A390D

Text Example


Text Example

White with #0A390D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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