Html Css Color HEX #18520D Myrtle

📋 copy color: '#18520D'

red 24 ◦ green 82 ◦ blue 13

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

Shades of Myrtle #18520D

Tints of Myrtle #18520D

RGB

 RED value IS 24 (9.77% from 255) = 20.17%

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

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

R = 20.17%
G = 68.91%
B = 10.92%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#18520D (or 0x18520D) is known color: Myrtle. HEX triplet: 18, 52 and 0D. RGB value is (24,82,13). Sum of RGB (Red+Green+Blue) = 24+82+13=119 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.17% from 119); Green value is 82 (32.42% from 255 or 68.91% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 82 - color contains mainly: green. Hex color #18520D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18520D is #E7ADF2. Grayscale: #393939. Windows color (decimal): -15183347 or 872984. OLE color: 872984.

HSL color Cylindrical-coordinate representation of color #18520D: hue angle of 110.43º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18520D is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 24 82 13 -
CMYK 0.71 0 0.84 0.68
HSL 110.43º 0.73% 0.19% -
HSV(B) 110.43º 0.84% 0.32% -
XYZ 3.47 6.26 1.41 -
YUV 56.79 103.28 104.61 -
System Red Green Blue C M Y K H S L
Decimal 24 82 13 0.71 0 0.84 0.68 110.43 0.73 0.19
Hex 18 52 D 47 0 54 44 6E 49 13
Octal 30 122 15 107 0 124 104 156 111 23
Binary 11000 1010010 1101 1000111 0 1010100 1000100 1101110 1001001 10011

Color Harmonies of #18520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18520D

Black with #18520D

Text Example


Text Example

White with #18520D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,82,13); }

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

background-color css

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

 a { background-color: rgb(24,82,13); }

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

border-color css

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

 span { border-color: rgb(24,82,13); }

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