Html Css Color HEX #10580D Myrtle

📋 copy color: '#10580D'

red 16 ◦ green 88 ◦ blue 13

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

Shades of Myrtle #10580D

Tints of Myrtle #10580D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 75.21%

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

R = 13.68%
G = 75.21%
B = 11.11%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#10580D (or 0x10580D) is known color: Myrtle. HEX triplet: 10, 58 and 0D. RGB value is (16,88,13). Sum of RGB (Red+Green+Blue) = 16+88+13=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 88 (34.77% from 255 or 75.21% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 88 - color contains mainly: green. Hex color #10580D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10580D is #EFA7F2. Grayscale: #3A3A3A. Windows color (decimal): -15706099 or 874512. OLE color: 874512.

HSL color Cylindrical-coordinate representation of color #10580D: hue angle of 117.6º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10580D is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 16 88 13 -
CMYK 0.82 0 0.85 0.65
HSL 117.6º 0.74% 0.2% -
HSV(B) 117.6º 0.85% 0.35% -
XYZ 3.78 7.12 1.56 -
YUV 57.92 102.65 98.1 -
System Red Green Blue C M Y K H S L
Decimal 16 88 13 0.82 0 0.85 0.65 117.6 0.74 0.2
Hex 10 58 D 52 0 55 41 76 4A 14
Octal 20 130 15 122 0 125 101 166 112 24
Binary 10000 1011000 1101 1010010 0 1010101 1000001 1110110 1001010 10100

Color Harmonies of #10580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10580D

Black with #10580D

Text Example


Text Example

White with #10580D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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