Html Css Color HEX #10480B Myrtle

📋 copy color: '#10480B'

red 16 ◦ green 72 ◦ blue 11

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

Shades of Myrtle #10480B

Tints of Myrtle #10480B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 72.73%

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

R = 16.16%
G = 72.73%
B = 11.11%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#10480B (or 0x10480B) is known color: Myrtle. HEX triplet: 10, 48 and 0B. RGB value is (16,72,11). Sum of RGB (Red+Green+Blue) = 16+72+11=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 72 (28.52% from 255 or 72.73% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 72 - color contains mainly: green. Hex color #10480B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10480B is #EFB7F4. Grayscale: #303030. Windows color (decimal): -15710197 or 739344. OLE color: 739344.

HSL color Cylindrical-coordinate representation of color #10480B: hue angle of 115.08º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10480B is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 72 11 -
CMYK 0.78 0 0.85 0.72
HSL 115.08º 0.73% 0.16% -
HSV(B) 115.08º 0.85% 0.28% -
XYZ 2.59 4.77 1.1 -
YUV 48.3 106.95 104.96 -
System Red Green Blue C M Y K H S L
Decimal 16 72 11 0.78 0 0.85 0.72 115.08 0.73 0.16
Hex 10 48 B 4E 0 55 48 73 49 10
Octal 20 110 13 116 0 125 110 163 111 20
Binary 10000 1001000 1011 1001110 0 1010101 1001000 1110011 1001001 10000

Color Harmonies of #10480B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10480B

Black with #10480B

Text Example


Text Example

White with #10480B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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