#22825B

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

Shades of Salem #22825B

Tints of Salem #22825B

Color information

#22825B (or 0x22825B) is unknown color: approx Salem. HEX triplet: 22, 82 and 5B. RGB value is (34,130,91). Sum of RGB (Red+Green+Blue) = 34+130+91=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #22825B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22825B is #DD7DA4. Grayscale: #606060. Windows color (decimal): -14515621 or 5997090. OLE color: 5997090.

HSL color Cylindrical-coordinate representation of color #22825B: hue angle of 155.62º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #22825B is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB3413091-
CMYK0.7400.300.49
HSL155.62º58.54%32.16%-
HSV(B)155.62º73.85%50.98%-
XYZ10.5317.0612.64-
YUV96.85124.783.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.33%
GREEN value IS 130 (51.17% from 255) = 50.98%
BLUE value IS 91 (35.94% from 255) = 35.69%
R=13.33%
G=50.98%
B=35.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal34130910.7400.300.49155.6258.5432.16
Hex22825B4A01E319c3b20
Octal42202133112036612347340
Binary100010100000101011011100101001111011000110011100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22825B; }

 p { color: rgb(34,130,91); }

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

<style>
 a { background-color: #22825B; }

 a { background-color: rgb(34,130,91); }

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

<style>
 span { border-color: #22825B; }

 span { border-color: rgb(34,130,91); }

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