Html Css Color HEX #18580D Myrtle

📋 copy color: '#18580D'

red 24 ◦ green 88 ◦ blue 13

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

Shades of Myrtle #18580D

Tints of Myrtle #18580D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 70.4%

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

R = 19.2%
G = 70.4%
B = 10.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#18580D (or 0x18580D) is known color: Myrtle. HEX triplet: 18, 58 and 0D. RGB value is (24,88,13). Sum of RGB (Red+Green+Blue) = 24+88+13=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 88 (34.77% from 255 or 70.4% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 88 - color contains mainly: green. Hex color #18580D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18580D is #E7A7F2. Grayscale: #3C3C3C. Windows color (decimal): -15181811 or 874520. OLE color: 874520.

HSL color Cylindrical-coordinate representation of color #18580D: hue angle of 111.2º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18580D is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 88 13 -
CMYK 0.73 0 0.85 0.65
HSL 111.2º 0.74% 0.2% -
HSV(B) 111.2º 0.85% 0.35% -
XYZ 3.94 7.2 1.56 -
YUV 60.31 101.3 102.1 -
System Red Green Blue C M Y K H S L
Decimal 24 88 13 0.73 0 0.85 0.65 111.2 0.74 0.2
Hex 18 58 D 49 0 55 41 6F 4A 14
Octal 30 130 15 111 0 125 101 157 112 24
Binary 11000 1011000 1101 1001001 0 1010101 1000001 1101111 1001010 10100

Color Harmonies of #18580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18580D

Black with #18580D

Text Example


Text Example

White with #18580D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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