Html Css Color HEX #10420B Myrtle

📋 copy color: '#10420B'

red 16 ◦ green 66 ◦ blue 11

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

Shades of Myrtle #10420B

Tints of Myrtle #10420B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 11.83%

R = 17.2%
G = 70.97%
B = 11.83%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.83

 K value IS 0.74

RGB Variations

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

Color information

#10420B (or 0x10420B) is known color: Myrtle. HEX triplet: 10, 42 and 0B. RGB value is (16,66,11). Sum of RGB (Red+Green+Blue) = 16+66+11=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 66 (26.17% from 255 or 70.97% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 66 - color contains mainly: green. Hex color #10420B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10420B is #EFBDF4. Grayscale: #2C2C2C. Windows color (decimal): -15711733 or 737808. OLE color: 737808.

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

Color convert

RGB 16 66 11 -
CMYK 0.76 0 0.83 0.74
HSL 114.55º 0.71% 0.15% -
HSV(B) 114.55º 0.83% 0.26% -
XYZ 2.22 4.03 0.98 -
YUV 44.78 108.94 107.47 -
System Red Green Blue C M Y K H S L
Decimal 16 66 11 0.76 0 0.83 0.74 114.55 0.71 0.15
Hex 10 42 B 4C 0 53 4A 73 47 F
Octal 20 102 13 114 0 123 112 163 107 17
Binary 10000 1000010 1011 1001100 0 1010011 1001010 1110011 1000111 1111

Color Harmonies of #10420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10420B

Black with #10420B

Text Example


Text Example

White with #10420B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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