Html Css Color HEX #18321A Myrtle

📋 copy color: '#18321A'

red 24 ◦ green 50 ◦ blue 26

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

Shades of Myrtle #18321A

Tints of Myrtle #18321A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 50%

 BLUE value IS 26 (10.55% from 255) = 26%

R = 24%
G = 50%
B = 26%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.48

 K value IS 0.80

RGB Variations

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

Color information

#18321A (or 0x18321A) is known color: Myrtle. HEX triplet: 18, 32 and 1A. RGB value is (24,50,26). Sum of RGB (Red+Green+Blue) = 24+50+26=100 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24% from 100); Green value is 50 (19.92% from 255 or 50% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 50 - color contains mainly: green. Hex color #18321A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18321A is #E7CDE5. Grayscale: #272727. Windows color (decimal): -15191526 or 1716760. OLE color: 1716760.

HSL color Cylindrical-coordinate representation of color #18321A: hue angle of 124.62º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #18321A is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB 24 50 26 -
CMYK 0.52 0 0.48 0.80
HSL 124.62º 0.35% 0.15% -
HSV(B) 124.62º 0.52% 0.2% -
XYZ 1.7 2.55 1.38 -
YUV 39.49 120.39 116.95 -
System Red Green Blue C M Y K H S L
Decimal 24 50 26 0.52 0 0.48 0.80 124.62 0.35 0.15
Hex 18 32 1A 34 0 30 50 7D 23 F
Octal 30 62 32 64 0 60 120 175 43 17
Binary 11000 110010 11010 110100 0 110000 1010000 1111101 100011 1111

Color Harmonies of #18321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18321A

Black with #18321A

Text Example


Text Example

White with #18321A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18321A; }

 p { color: rgb(24,50,26); }

 H1.HeaderClassName
 {
   color: #18321A;
 }
 .AnyTagClassName
 {
   color: #18321A;
 }
</style>

background-color css

<style>
 a { background-color: #18321A; }

 a { background-color: rgb(24,50,26); }

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

border-color css

<style>
 span { border-color: #18321A; }

 span { border-color: rgb(24,50,26); }

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