Html Css Color HEX #18421D Myrtle

📋 copy color: '#18421D'

red 24 ◦ green 66 ◦ blue 29

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

Shades of Myrtle #18421D

Tints of Myrtle #18421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 55.46%

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

R = 20.17%
G = 55.46%
B = 24.37%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#18421D (or 0x18421D) is known color: Myrtle. HEX triplet: 18, 42 and 1D. RGB value is (24,66,29). Sum of RGB (Red+Green+Blue) = 24+66+29=119 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.17% from 119); Green value is 66 (26.17% from 255 or 55.46% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 66 - color contains mainly: green. Hex color #18421D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18421D is #E7BDE2. Grayscale: #313131. Windows color (decimal): -15187427 or 1917464. OLE color: 1917464.

HSL color Cylindrical-coordinate representation of color #18421D: hue angle of 127.14º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #18421D is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 24 66 29 -
CMYK 0.64 0 0.56 0.74
HSL 127.14º 0.47% 0.18% -
HSV(B) 127.14º 0.64% 0.26% -
XYZ 2.55 4.18 1.83 -
YUV 49.22 116.59 110.01 -
System Red Green Blue C M Y K H S L
Decimal 24 66 29 0.64 0 0.56 0.74 127.14 0.47 0.18
Hex 18 42 1D 40 0 38 4A 7F 2F 12
Octal 30 102 35 100 0 70 112 177 57 22
Binary 11000 1000010 11101 1000000 0 111000 1001010 1111111 101111 10010

Color Harmonies of #18421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18421D

Black with #18421D

Text Example


Text Example

White with #18421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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