#18600B

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

Shades of Myrtle #18600B

Tints of Myrtle #18600B

Color information

#18600B (or 0x18600B) is unknown color: approx Myrtle. HEX triplet: 18, 60 and 0B. RGB value is (24,96,11). Sum of RGB (Red+Green+Blue) = 24+96+11=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 96 (37.89% from 255 or 73.28% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 96 - color contains mainly: green. Hex color #18600B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18600B is #E79FF4. Grayscale: #414141. Windows color (decimal): -15179765 or 745496. OLE color: 745496.

HSL color Cylindrical-coordinate representation of color #18600B: hue angle of 110.82º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18600B is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB249611-
CMYK0.7500.890.62
HSL110.82º79.44%20.98%-
HSV(B)110.82º88.54%37.65%-
XYZ4.628.581.73-
YUV64.7897.6598.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.32%
GREEN value IS 96 (37.89% from 255) = 73.28%
BLUE value IS 11 (4.69% from 255) = 8.40%
R=18.32%
G=73.28%
B=8.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2496110.7500.890.62110.8279.4420.98
Hex1860B4B0593E6f4f15
Octal301401311301317615711725
Binary11000110000010111001011010110011111101101111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18600B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18600B; }

 p { color: rgb(24,96,11); }

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

<style>
 a { background-color: #18600B; }

 a { background-color: rgb(24,96,11); }

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

<style>
 span { border-color: #18600B; }

 span { border-color: rgb(24,96,11); }

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