Html Css Color HEX #18481D Myrtle

📋 copy color: '#18481D'

red 24 ◦ green 72 ◦ blue 29

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

Shades of Myrtle #18481D

Tints of Myrtle #18481D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 23.2%

R = 19.2%
G = 57.6%
B = 23.2%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#18481D (or 0x18481D) is known color: Myrtle. HEX triplet: 18, 48 and 1D. RGB value is (24,72,29). Sum of RGB (Red+Green+Blue) = 24+72+29=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 72 (28.52% from 255 or 57.6% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 72 - color contains mainly: green. Hex color #18481D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18481D is #E7B7E2. Grayscale: #343434. Windows color (decimal): -15185891 or 1919000. OLE color: 1919000.

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

Color convert

RGB 24 72 29 -
CMYK 0.67 0 0.60 0.72
HSL 126.25º 0.5% 0.19% -
HSV(B) 126.25º 0.67% 0.28% -
XYZ 2.92 4.92 1.96 -
YUV 52.75 114.6 107.5 -
System Red Green Blue C M Y K H S L
Decimal 24 72 29 0.67 0 0.60 0.72 126.25 0.5 0.19
Hex 18 48 1D 43 0 3C 48 7E 32 13
Octal 30 110 35 103 0 74 110 176 62 23
Binary 11000 1001000 11101 1000011 0 111100 1001000 1111110 110010 10011

Color Harmonies of #18481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18481D

Black with #18481D

Text Example


Text Example

White with #18481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,72,29); }

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

background-color css

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

 a { background-color: rgb(24,72,29); }

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

border-color css

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

 span { border-color: rgb(24,72,29); }

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