#18530D

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

Shades of Myrtle #18530D

Tints of Myrtle #18530D

Color information

#18530D (or 0x18530D) is unknown color: approx Myrtle. HEX triplet: 18, 53 and 0D. RGB value is (24,83,13). Sum of RGB (Red+Green+Blue) = 24+83+13=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 83 (32.81% from 255 or 69.17% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 83 - color contains mainly: green. Hex color #18530D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18530D is #E7ACF2. Grayscale: #393939. Windows color (decimal): -15183091 or 873240. OLE color: 873240.

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

Color convert

RGB248313-
CMYK0.7100.840.67
HSL110.57º72.92%18.82%-
HSV(B)110.57º84.34%32.55%-
XYZ3.546.411.43-
YUV57.38102.95104.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20%
GREEN value IS 83 (32.81% from 255) = 69.17%
BLUE value IS 13 (5.47% from 255) = 10.83%
R=20%
G=69.17%
B=10.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2483130.7100.840.67110.5772.9218.82
Hex1853D47054436f4913
Octal3012315107012410315711123
Binary110001010011110110001110101010010000111101111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18530D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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