#18530A

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

Shades of Myrtle #18530A

Tints of Myrtle #18530A

Color information

#18530A (or 0x18530A) is unknown color: approx Myrtle. HEX triplet: 18, 53 and 0A. RGB value is (24,83,10). Sum of RGB (Red+Green+Blue) = 24+83+10=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 83 (32.81% from 255 or 70.94% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 83 - color contains mainly: green. Hex color #18530A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18530A is #E7ACF5. Grayscale: #393939. Windows color (decimal): -15183094 or 676632. OLE color: 676632.

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

Color convert

RGB248310-
CMYK0.7100.880.67
HSL108.49º78.49%18.24%-
HSV(B)108.49º87.95%32.55%-
XYZ3.526.41.34-
YUV57.04101.45104.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.51%
GREEN value IS 83 (32.81% from 255) = 70.94%
BLUE value IS 10 (4.30% from 255) = 8.55%
R=20.51%
G=70.94%
B=8.55%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2483100.7100.880.67108.4978.4918.24
Hex1853A47058436c4e12
Octal3012312107013010315411622
Binary110001010011101010001110101100010000111101100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18530A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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