Html Css Color HEX #18580C Myrtle

📋 copy color: '#18580C'

red 24 ◦ green 88 ◦ blue 12

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

Shades of Myrtle #18580C

Tints of Myrtle #18580C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.68%

R = 19.35%
G = 70.97%
B = 9.68%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#18580C (or 0x18580C) is known color: Myrtle. HEX triplet: 18, 58 and 0C. RGB value is (24,88,12). Sum of RGB (Red+Green+Blue) = 24+88+12=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 88 (34.77% from 255 or 70.97% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 88 - color contains mainly: green. Hex color #18580C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18580C is #E7A7F3. Grayscale: #3C3C3C. Windows color (decimal): -15181812 or 808984. OLE color: 808984.

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

Color convert

RGB 24 88 12 -
CMYK 0.73 0 0.86 0.65
HSL 110.53º 0.76% 0.2% -
HSV(B) 110.53º 0.86% 0.35% -
XYZ 3.93 7.2 1.53 -
YUV 60.2 100.8 102.18 -
System Red Green Blue C M Y K H S L
Decimal 24 88 12 0.73 0 0.86 0.65 110.53 0.76 0.2
Hex 18 58 C 49 0 56 41 6F 4C 14
Octal 30 130 14 111 0 126 101 157 114 24
Binary 11000 1011000 1100 1001001 0 1010110 1000001 1101111 1001100 10100

Color Harmonies of #18580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18580C

Black with #18580C

Text Example


Text Example

White with #18580C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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