#228447

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

Shades of Salem #228447

Tints of Salem #228447

Color information

#228447 (or 0x228447) is unknown color: approx Salem. HEX triplet: 22, 84 and 47. RGB value is (34,132,71). Sum of RGB (Red+Green+Blue) = 34+132+71=237 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.35% from 237); Green value is 132 (51.95% from 255 or 55.70% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 132 - color contains mainly: green. Hex color #228447 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228447 is #DD7BB8. Grayscale: #5F5F5F. Windows color (decimal): -14515129 or 4686882. OLE color: 4686882.

HSL color Cylindrical-coordinate representation of color #228447: hue angle of 142.65º 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 #228447 is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB3413271-
CMYK0.7400.460.48
HSL142.65º59.04%32.55%-
HSV(B)142.65º74.24%51.76%-
XYZ10.0517.38.77-
YUV95.74114.0383.96-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.35%
GREEN value IS 132 (51.95% from 255) = 55.70%
BLUE value IS 71 (28.12% from 255) = 29.96%
R=14.35%
G=55.70%
B=29.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34132710.7400.460.48142.6559.0432.55
Hex2284474A02E308f3b21
Octal42204107112056602177341
Binary1000101000010010001111001010010111011000010001111111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228447; }

 p { color: rgb(34,132,71); }

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

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

 a { background-color: rgb(34,132,71); }

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

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

 span { border-color: rgb(34,132,71); }

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