Html Css Color HEX #18480D Myrtle

📋 copy color: '#18480D'

red 24 ◦ green 72 ◦ blue 13

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

Shades of Myrtle #18480D

Tints of Myrtle #18480D

RGB

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

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

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

R = 22.02%
G = 66.06%
B = 11.93%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#18480D (or 0x18480D) is known color: Myrtle. HEX triplet: 18, 48 and 0D. RGB value is (24,72,13). Sum of RGB (Red+Green+Blue) = 24+72+13=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 72 (28.52% from 255 or 66.06% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 72 - color contains mainly: green. Hex color #18480D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18480D is #E7B7F2. Grayscale: #333333. Windows color (decimal): -15185907 or 870424. OLE color: 870424.

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

Color convert

RGB 24 72 13 -
CMYK 0.67 0 0.82 0.72
HSL 108.81º 0.69% 0.17% -
HSV(B) 108.81º 0.82% 0.28% -
XYZ 2.77 4.86 1.17 -
YUV 50.92 106.6 108.8 -
System Red Green Blue C M Y K H S L
Decimal 24 72 13 0.67 0 0.82 0.72 108.81 0.69 0.17
Hex 18 48 D 43 0 52 48 6D 45 11
Octal 30 110 15 103 0 122 110 155 105 21
Binary 11000 1001000 1101 1000011 0 1010010 1001000 1101101 1000101 10001

Color Harmonies of #18480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18480D

Black with #18480D

Text Example


Text Example

White with #18480D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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