#18620F

Color #18620F Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #18620F

Tints of Myrtle #18620F

Color information

#18620F (or 0x18620F) is unknown color: approx Myrtle. HEX triplet: 18, 62 and 0F. RGB value is (24,98,15). Sum of RGB (Red+Green+Blue) = 24+98+15=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 98 (38.67% from 255 or 71.53% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 98 - color contains mainly: green. Hex color #18620F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18620F is #E79DF0. Grayscale: #424242. Windows color (decimal): -15179249 or 1008152. OLE color: 1008152.

HSL color Cylindrical-coordinate representation of color #18620F: hue angle of 113.49º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18620F is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB249815-
CMYK0.7600.850.62
HSL113.49º73.45%22.16%-
HSV(B)113.49º84.69%38.43%-
XYZ4.838.961.93-
YUV66.4198.9897.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.52%
GREEN value IS 98 (38.67% from 255) = 71.53%
BLUE value IS 15 (6.25% from 255) = 10.95%
R=17.52%
G=71.53%
B=10.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2498150.7600.850.62113.4973.4522.16
Hex1862F4C0553E714916
Octal301421711401257616111126
Binary11000110001011111001100010101011111101110001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18620F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18620F; }

 p { color: rgb(24,98,15); }

 H1.HeaderClassName
 {
   color: #18620F;
 }
 .AnyTagClassName
 {
   color: #18620F;
 }
</style>
background-color css

<style>
 a { background-color: #18620F; }

 a { background-color: rgb(24,98,15); }

 div.DivClassName
 {
   background-color: #18620F;
 }
 .BgClassName
 {
   background-color: #18620F;
 }
</style>
border-color css

<style>
 span { border-color: #18620F; }

 span { border-color: rgb(24,98,15); }

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