#18530B

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

Shades of Myrtle #18530B

Tints of Myrtle #18530B

Color information

#18530B (or 0x18530B) is unknown color: approx Myrtle. HEX triplet: 18, 53 and 0B. RGB value is (24,83,11). Sum of RGB (Red+Green+Blue) = 24+83+11=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 83 (32.81% from 255 or 70.34% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 83 - color contains mainly: green. Hex color #18530B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18530B is #E7ACF4. Grayscale: #393939. Windows color (decimal): -15183093 or 742168. OLE color: 742168.

HSL color Cylindrical-coordinate representation of color #18530B: hue angle of 109.17º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18530B is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB248311-
CMYK0.7100.870.67
HSL109.17º76.6%18.43%-
HSV(B)109.17º86.75%32.55%-
XYZ3.536.41.37-
YUV57.15101.95104.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.34%
GREEN value IS 83 (32.81% from 255) = 70.34%
BLUE value IS 11 (4.69% from 255) = 9.32%
R=20.34%
G=70.34%
B=9.32%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2483110.7100.870.67109.1776.618.43
Hex1853B47057436d4d12
Octal3012313107012710315511522
Binary110001010011101110001110101011110000111101101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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