#18825A

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

Shades of Salem #18825A

Tints of Salem #18825A

Color information

#18825A (or 0x18825A) is unknown color: approx Salem. HEX triplet: 18, 82 and 5A. RGB value is (24,130,90). Sum of RGB (Red+Green+Blue) = 24+130+90=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #18825A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18825A is #E77DA5. Grayscale: #5D5D5D. Windows color (decimal): -15170982 or 5931544. OLE color: 5931544.

HSL color Cylindrical-coordinate representation of color #18825A: hue angle of 157.36º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18825A is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB2413090-
CMYK0.8200.310.49
HSL157.36º68.83%30.2%-
HSV(B)157.36º81.54%50.98%-
XYZ10.216.912.4-
YUV93.75125.8878.25-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.84%
GREEN value IS 130 (51.17% from 255) = 53.28%
BLUE value IS 90 (35.55% from 255) = 36.89%
R=9.84%
G=53.28%
B=36.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24130900.8200.310.49157.3668.8330.2
Hex18825A5201F319d451e
Octal302021321220376123510536
Binary11000100000101011010101001001111111000110011101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,130,90); }

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

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

 a { background-color: rgb(24,130,90); }

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

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

 span { border-color: rgb(24,130,90); }

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