#18650F

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

Shades of Myrtle #18650F

Tints of Myrtle #18650F

Color information

#18650F (or 0x18650F) is unknown color: approx Myrtle. HEX triplet: 18, 65 and 0F. RGB value is (24,101,15). Sum of RGB (Red+Green+Blue) = 24+101+15=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 101 (39.84% from 255 or 72.14% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 101 - color contains mainly: green. Hex color #18650F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18650F is #E79AF0. Grayscale: #444444. Windows color (decimal): -15178481 or 1008920. OLE color: 1008920.

HSL color Cylindrical-coordinate representation of color #18650F: hue angle of 113.72º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18650F is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB2410115-
CMYK0.7600.850.60
HSL113.72º74.14%22.75%-
HSV(B)113.72º85.15%39.61%-
XYZ5.129.542.02-
YUV68.1797.9996.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.14%
GREEN value IS 101 (39.84% from 255) = 72.14%
BLUE value IS 15 (6.25% from 255) = 10.71%
R=17.14%
G=72.14%
B=10.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24101150.7600.850.60113.7274.1422.75
Hex1865F4C0553C724a17
Octal301451711401257416211227
Binary11000110010111111001100010101011111001110010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18650F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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