#357B4C

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

Shades of Amazon #357B4C

Tints of Amazon #357B4C

Color information

#357B4C (or 0x357B4C) is unknown color: approx Amazon. HEX triplet: 35, 7B and 4C. RGB value is (53,123,76). Sum of RGB (Red+Green+Blue) = 53+123+76=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 123 (48.44% from 255 or 48.81% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 123 - color contains mainly: green. Hex color #357B4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357B4C is #CA84B3. Grayscale: #606060. Windows color (decimal): -13272244 or 5012277. OLE color: 5012277.

HSL color Cylindrical-coordinate representation of color #357B4C: hue angle of 139.71º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357B4C is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.52.

Color convert

RGB5312376-
CMYK0.5700.380.52
HSL139.71º39.77%34.51%-
HSV(B)139.71º56.91%48.24%-
XYZ9.8615.449.3-
YUV96.71116.3196.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 123 (48.44% from 255) = 48.81%
BLUE value IS 76 (30.08% from 255) = 30.16%
R=21.03%
G=48.81%
B=30.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53123760.5700.380.52139.7139.7734.51
Hex357B4C39026348c2823
Octal6517311471046642145043
Binary11010111110111001100111001010011011010010001100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357B4C; }

 p { color: rgb(53,123,76); }

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

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

 a { background-color: rgb(53,123,76); }

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

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

 span { border-color: rgb(53,123,76); }

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