Html Css Color HEX #357556 Amazon

📋 copy color: '#357556'

red 53 ◦ green 117 ◦ blue 86

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

Shades of Amazon #357556

Tints of Amazon #357556

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.7%

 BLUE value IS 86 (33.98% from 255) = 33.59%

R = 20.7%
G = 45.7%
B = 33.59%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#357556 (or 0x357556) is known color: Amazon. HEX triplet: 35, 75 and 56. RGB value is (53,117,86). Sum of RGB (Red+Green+Blue) = 53+117+86=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #357556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357556 is #CA8AA9. Grayscale: #5E5E5E. Windows color (decimal): -13273770 or 5666101. OLE color: 5666101.

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

Color convert

RGB 53 117 86 -
CMYK 0.55 0 0.26 0.54
HSL 150.94º 0.38% 0.33% -
HSV(B) 150.94º 0.55% 0.46% -
XYZ 9.51 14.15 11.03 -
YUV 94.33 123.3 98.52 -
System Red Green Blue C M Y K H S L
Decimal 53 117 86 0.55 0 0.26 0.54 150.94 0.38 0.33
Hex 35 75 56 37 0 1A 36 97 26 21
Octal 65 165 126 67 0 32 66 227 46 41
Binary 110101 1110101 1010110 110111 0 11010 110110 10010111 100110 100001

Color Harmonies of #357556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357556

Black with #357556

Text Example


Text Example

White with #357556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357556; }

 p { color: rgb(53,117,86); }

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

background-color css

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

 a { background-color: rgb(53,117,86); }

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

border-color css

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

 span { border-color: rgb(53,117,86); }

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