Html Css Color HEX #10420A Myrtle

📋 copy color: '#10420A'

red 16 ◦ green 66 ◦ blue 10

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

Shades of Myrtle #10420A

Tints of Myrtle #10420A

RGB

 RED value IS 16 (6.64% from 255) = 17.39%

 GREEN value IS 66 (26.17% from 255) = 71.74%

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

R = 17.39%
G = 71.74%
B = 10.87%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.85

 K value IS 0.74

RGB Variations

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

Color information

#10420A (or 0x10420A) is known color: Myrtle. HEX triplet: 10, 42 and 0A. RGB value is (16,66,10). Sum of RGB (Red+Green+Blue) = 16+66+10=92 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.39% from 92); Green value is 66 (26.17% from 255 or 71.74% from 92); Blue value is 10 (4.30% from 255 or 10.87% from 92); Max value from RGB is 66 - color contains mainly: green. Hex color #10420A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10420A is #EFBDF5. Grayscale: #2C2C2C. Windows color (decimal): -15711734 or 672272. OLE color: 672272.

HSL color Cylindrical-coordinate representation of color #10420A: hue angle of 113.57º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10420A is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.

Color convert

RGB 16 66 10 -
CMYK 0.76 0 0.85 0.74
HSL 113.57º 0.74% 0.15% -
HSV(B) 113.57º 0.85% 0.26% -
XYZ 2.22 4.03 0.95 -
YUV 44.67 108.44 107.55 -
System Red Green Blue C M Y K H S L
Decimal 16 66 10 0.76 0 0.85 0.74 113.57 0.74 0.15
Hex 10 42 A 4C 0 55 4A 72 4A F
Octal 20 102 12 114 0 125 112 162 112 17
Binary 10000 1000010 1010 1001100 0 1010101 1001010 1110010 1001010 1111

Color Harmonies of #10420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10420A

Black with #10420A

Text Example


Text Example

White with #10420A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10420A; }

 p { color: rgb(16,66,10); }

 H1.HeaderClassName
 {
   color: #10420A;
 }
 .AnyTagClassName
 {
   color: #10420A;
 }
</style>

background-color css

<style>
 a { background-color: #10420A; }

 a { background-color: rgb(16,66,10); }

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

border-color css

<style>
 span { border-color: #10420A; }

 span { border-color: rgb(16,66,10); }

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