#228545

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

Shades of Salem #228545

Tints of Salem #228545

Color information

#228545 (or 0x228545) is unknown color: approx Salem. HEX triplet: 22, 85 and 45. RGB value is (34,133,69). Sum of RGB (Red+Green+Blue) = 34+133+69=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 133 (52.34% from 255 or 56.36% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 133 - color contains mainly: green. Hex color #228545 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228545 is #DD7ABA. Grayscale: #606060. Windows color (decimal): -14514875 or 4556066. OLE color: 4556066.

HSL color Cylindrical-coordinate representation of color #228545: hue angle of 141.21º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #228545 is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB3413369-
CMYK0.7400.480.48
HSL141.21º59.28%32.75%-
HSV(B)141.21º74.44%52.16%-
XYZ10.1217.548.48-
YUV96.1112.783.7-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.41%
GREEN value IS 133 (52.34% from 255) = 56.36%
BLUE value IS 69 (27.34% from 255) = 29.24%
R=14.41%
G=56.36%
B=29.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34133690.7400.480.48141.2159.2832.75
Hex2285454A030308d3b21
Octal42205105112060602157341
Binary1000101000010110001011001010011000011000010001101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228545; }

 p { color: rgb(34,133,69); }

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

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

 a { background-color: rgb(34,133,69); }

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

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

 span { border-color: rgb(34,133,69); }

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