Html Css Color HEX #18500D Myrtle

📋 copy color: '#18500D'

red 24 ◦ green 80 ◦ blue 13

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

Shades of Myrtle #18500D

Tints of Myrtle #18500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 68.38%

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

R = 20.51%
G = 68.38%
B = 11.11%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#18500D (or 0x18500D) is known color: Myrtle. HEX triplet: 18, 50 and 0D. RGB value is (24,80,13). Sum of RGB (Red+Green+Blue) = 24+80+13=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 80 (31.64% from 255 or 68.38% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 80 - color contains mainly: green. Hex color #18500D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18500D is #E7AFF2. Grayscale: #373737. Windows color (decimal): -15183859 or 872472. OLE color: 872472.

HSL color Cylindrical-coordinate representation of color #18500D: hue angle of 110.15º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18500D is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 80 13 -
CMYK 0.70 0 0.84 0.69
HSL 110.15º 0.72% 0.18% -
HSV(B) 110.15º 0.84% 0.31% -
XYZ 3.32 5.96 1.36 -
YUV 55.62 103.95 105.45 -
System Red Green Blue C M Y K H S L
Decimal 24 80 13 0.70 0 0.84 0.69 110.15 0.72 0.18
Hex 18 50 D 46 0 54 45 6E 48 12
Octal 30 120 15 106 0 124 105 156 110 22
Binary 11000 1010000 1101 1000110 0 1010100 1000101 1101110 1001000 10010

Color Harmonies of #18500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18500D

Black with #18500D

Text Example


Text Example

White with #18500D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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