Html Css Color HEX #10420D Myrtle

📋 copy color: '#10420D'

red 16 ◦ green 66 ◦ blue 13

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

Shades of Myrtle #10420D

Tints of Myrtle #10420D

RGB

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

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

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

R = 16.84%
G = 69.47%
B = 13.68%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#10420D (or 0x10420D) is known color: Myrtle. HEX triplet: 10, 42 and 0D. RGB value is (16,66,13). Sum of RGB (Red+Green+Blue) = 16+66+13=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 66 (26.17% from 255 or 69.47% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 66 - color contains mainly: green. Hex color #10420D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10420D is #EFBDF2. Grayscale: #2D2D2D. Windows color (decimal): -15711731 or 868880. OLE color: 868880.

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

Color convert

RGB 16 66 13 -
CMYK 0.76 0 0.80 0.74
HSL 116.6º 0.67% 0.15% -
HSV(B) 116.6º 0.8% 0.26% -
XYZ 2.23 4.04 1.04 -
YUV 45.01 109.94 107.31 -
System Red Green Blue C M Y K H S L
Decimal 16 66 13 0.76 0 0.80 0.74 116.6 0.67 0.15
Hex 10 42 D 4C 0 50 4A 75 43 F
Octal 20 102 15 114 0 120 112 165 103 17
Binary 10000 1000010 1101 1001100 0 1010000 1001010 1110101 1000011 1111

Color Harmonies of #10420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10420D

Black with #10420D

Text Example


Text Example

White with #10420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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