Html Css Color HEX #357154 Amazon

📋 copy color: '#357154'

red 53 ◦ green 113 ◦ blue 84

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

Shades of Amazon #357154

Tints of Amazon #357154

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.2%

 BLUE value IS 84 (33.2% from 255) = 33.6%

R = 21.2%
G = 45.2%
B = 33.6%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#357154 (or 0x357154) is known color: Amazon. HEX triplet: 35, 71 and 54. RGB value is (53,113,84). Sum of RGB (Red+Green+Blue) = 53+113+84=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #357154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357154 is #CA8EAB. Grayscale: #5B5B5B. Windows color (decimal): -13274796 or 5534005. OLE color: 5534005.

HSL color Cylindrical-coordinate representation of color #357154: hue angle of 151º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #357154 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 113 84 -
CMYK 0.53 0 0.26 0.56
HSL 151º 0.36% 0.33% -
HSV(B) 151º 0.53% 0.44% -
XYZ 8.97 13.21 10.46 -
YUV 91.75 123.62 100.36 -
System Red Green Blue C M Y K H S L
Decimal 53 113 84 0.53 0 0.26 0.56 151 0.36 0.33
Hex 35 71 54 35 0 1A 38 97 24 21
Octal 65 161 124 65 0 32 70 227 44 41
Binary 110101 1110001 1010100 110101 0 11010 111000 10010111 100100 100001

Color Harmonies of #357154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357154

Black with #357154

Text Example


Text Example

White with #357154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357154; }

 p { color: rgb(53,113,84); }

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

background-color css

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

 a { background-color: rgb(53,113,84); }

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

border-color css

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

 span { border-color: rgb(53,113,84); }

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