Html Css Color HEX #10520B Myrtle

📋 copy color: '#10520B'

red 16 ◦ green 82 ◦ blue 11

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

Shades of Myrtle #10520B

Tints of Myrtle #10520B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 75.23%

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

R = 14.68%
G = 75.23%
B = 10.09%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#10520B (or 0x10520B) is known color: Myrtle. HEX triplet: 10, 52 and 0B. RGB value is (16,82,11). Sum of RGB (Red+Green+Blue) = 16+82+11=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 82 (32.42% from 255 or 75.23% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 82 - color contains mainly: green. Hex color #10520B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10520B is #EFADF4. Grayscale: #363636. Windows color (decimal): -15707637 or 741904. OLE color: 741904.

HSL color Cylindrical-coordinate representation of color #10520B: hue angle of 115.77º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10520B is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.

Color convert

RGB 16 82 11 -
CMYK 0.80 0 0.87 0.68
HSL 115.77º 0.76% 0.18% -
HSV(B) 115.77º 0.87% 0.32% -
XYZ 3.29 6.17 1.33 -
YUV 54.17 103.63 100.77 -
System Red Green Blue C M Y K H S L
Decimal 16 82 11 0.80 0 0.87 0.68 115.77 0.76 0.18
Hex 10 52 B 50 0 57 44 74 4C 12
Octal 20 122 13 120 0 127 104 164 114 22
Binary 10000 1010010 1011 1010000 0 1010111 1000100 1110100 1001100 10010

Color Harmonies of #10520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10520B

Black with #10520B

Text Example


Text Example

White with #10520B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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