#1C825A

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

Shades of Salem #1C825A

Tints of Salem #1C825A

Color information

#1C825A (or 0x1C825A) is unknown color: approx Salem. HEX triplet: 1C, 82 and 5A. RGB value is (28,130,90). Sum of RGB (Red+Green+Blue) = 28+130+90=248 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.29% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #1C825A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C825A is #E37DA5. Grayscale: #5F5F5F. Windows color (decimal): -14908838 or 5931548. OLE color: 5931548.

HSL color Cylindrical-coordinate representation of color #1C825A: hue angle of 156.47º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C825A is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB2813090-
CMYK0.7800.310.49
HSL156.47º64.56%30.98%-
HSV(B)156.47º78.46%50.98%-
XYZ10.3116.9512.4-
YUV94.94125.2180.25-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.29%
GREEN value IS 130 (51.17% from 255) = 52.42%
BLUE value IS 90 (35.55% from 255) = 36.29%
R=11.29%
G=52.42%
B=36.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal28130900.7800.310.49156.4764.5630.98
Hex1C825A4E01F319c411f
Octal342021321160376123410137
Binary11100100000101011010100111001111111000110011100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C825A; }

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

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

<style>
 a { background-color: #1C825A; }

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

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

<style>
 span { border-color: #1C825A; }

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

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