#297554

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

Shades of Salem #297554

Tints of Salem #297554

Color information

#297554 (or 0x297554) is unknown color: approx Salem. HEX triplet: 29, 75 and 54. RGB value is (41,117,84). Sum of RGB (Red+Green+Blue) = 41+117+84=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 84 (33.20% from 255 or 34.71% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #297554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297554 is #D68AAB. Grayscale: #5A5A5A. Windows color (decimal): -14060204 or 5535017. OLE color: 5535017.

HSL color Cylindrical-coordinate representation of color #297554: hue angle of 153.95º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297554 is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB4111784-
CMYK0.6500.280.54
HSL153.95º48.1%30.98%-
HSV(B)153.95º64.96%45.88%-
XYZ8.8813.8310.59-
YUV90.51124.3292.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.94%
GREEN value IS 117 (46.09% from 255) = 48.35%
BLUE value IS 84 (33.20% from 255) = 34.71%
R=16.94%
G=48.35%
B=34.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41117840.6500.280.54153.9548.130.98
Hex2975544101C369a301f
Octal51165124101034662326037
Binary1010011110101101010010000010111001101101001101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297554; }

 p { color: rgb(41,117,84); }

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

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

 a { background-color: rgb(41,117,84); }

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

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

 span { border-color: rgb(41,117,84); }

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