Html Css Color HEX #18550D Myrtle

📋 copy color: '#18550D'

red 24 ◦ green 85 ◦ blue 13

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

Shades of Myrtle #18550D

Tints of Myrtle #18550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 69.67%

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

R = 19.67%
G = 69.67%
B = 10.66%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#18550D (or 0x18550D) is known color: Myrtle. HEX triplet: 18, 55 and 0D. RGB value is (24,85,13). Sum of RGB (Red+Green+Blue) = 24+85+13=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 85 (33.59% from 255 or 69.67% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 85 - color contains mainly: green. Hex color #18550D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18550D is #E7AAF2. Grayscale: #3A3A3A. Windows color (decimal): -15182579 or 873752. OLE color: 873752.

HSL color Cylindrical-coordinate representation of color #18550D: hue angle of 110.83º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18550D is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 85 13 -
CMYK 0.72 0 0.85 0.67
HSL 110.83º 0.73% 0.19% -
HSV(B) 110.83º 0.85% 0.33% -
XYZ 3.7 6.72 1.48 -
YUV 58.55 102.29 103.35 -
System Red Green Blue C M Y K H S L
Decimal 24 85 13 0.72 0 0.85 0.67 110.83 0.73 0.19
Hex 18 55 D 48 0 55 43 6F 49 13
Octal 30 125 15 110 0 125 103 157 111 23
Binary 11000 1010101 1101 1001000 0 1010101 1000011 1101111 1001001 10011

Color Harmonies of #18550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18550D

Black with #18550D

Text Example


Text Example

White with #18550D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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