Html Css Color HEX #357758 Amazon

📋 copy color: '#357758'

red 53 ◦ green 119 ◦ blue 88

#357758
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #357758

Tints of Amazon #357758

RGB

 RED value IS 53 (21.09% from 255) = 20.38%

 GREEN value IS 119 (46.88% from 255) = 45.77%

 BLUE value IS 88 (34.77% from 255) = 33.85%

R = 20.38%
G = 45.77%
B = 33.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#357758 (or 0x357758) is known color: Amazon. HEX triplet: 35, 77 and 58. RGB value is (53,119,88). Sum of RGB (Red+Green+Blue) = 53+119+88=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #357758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357758 is #CA88A7. Grayscale: #5F5F5F. Windows color (decimal): -13273256 or 5797685. OLE color: 5797685.

HSL color Cylindrical-coordinate representation of color #357758: hue angle of 151.82º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357758 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 119 88 -
CMYK 0.55 0 0.26 0.53
HSL 151.82º 0.38% 0.34% -
HSV(B) 151.82º 0.55% 0.47% -
XYZ 9.83 14.66 11.54 -
YUV 95.73 123.63 97.52 -
System Red Green Blue C M Y K H S L
Decimal 53 119 88 0.55 0 0.26 0.53 151.82 0.38 0.34
Hex 35 77 58 37 0 1A 35 98 26 22
Octal 65 167 130 67 0 32 65 230 46 42
Binary 110101 1110111 1011000 110111 0 11010 110101 10011000 100110 100010

Color Harmonies of #357758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357758

Black with #357758

Text Example


Text Example

White with #357758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357758; }

 p { color: rgb(53,119,88); }

 H1.HeaderClassName
 {
   color: #357758;
 }
 .AnyTagClassName
 {
   color: #357758;
 }
</style>

background-color css

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

 a { background-color: rgb(53,119,88); }

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

border-color css

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

 span { border-color: rgb(53,119,88); }

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