#18530F

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

Shades of Myrtle #18530F

Tints of Myrtle #18530F

Color information

#18530F (or 0x18530F) is unknown color: approx Myrtle. HEX triplet: 18, 53 and 0F. RGB value is (24,83,15). Sum of RGB (Red+Green+Blue) = 24+83+15=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 83 (32.81% from 255 or 68.03% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 83 - color contains mainly: green. Hex color #18530F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18530F is #E7ACF0. Grayscale: #393939. Windows color (decimal): -15183089 or 1004312. OLE color: 1004312.

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

Color convert

RGB248315-
CMYK0.7100.820.67
HSL112.06º69.39%19.22%-
HSV(B)112.06º81.93%32.55%-
XYZ3.566.421.5-
YUV57.61103.95104.03-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.67%
GREEN value IS 83 (32.81% from 255) = 68.03%
BLUE value IS 15 (6.25% from 255) = 12.30%
R=19.67%
G=68.03%
B=12.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2483150.7100.820.67112.0669.3919.22
Hex1853F4705243704513
Octal3012317107012210316010523
Binary110001010011111110001110101001010000111110000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18530F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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