Html Css Color HEX #357654 Amazon

📋 copy color: '#357654'

red 53 ◦ green 118 ◦ blue 84

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

Shades of Amazon #357654

Tints of Amazon #357654

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.27%

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

R = 20.78%
G = 46.27%
B = 32.94%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#357654 (or 0x357654) is known color: Amazon. HEX triplet: 35, 76 and 54. RGB value is (53,118,84). Sum of RGB (Red+Green+Blue) = 53+118+84=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 84 (33.20% from 255 or 32.94% from 255); Max value from RGB is 118 - color contains mainly: green. Hex color #357654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357654 is #CA89AB. Grayscale: #5E5E5E. Windows color (decimal): -13273516 or 5535285. OLE color: 5535285.

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

Color convert

RGB 53 118 84 -
CMYK 0.55 0 0.29 0.54
HSL 148.62º 0.38% 0.34% -
HSV(B) 148.62º 0.55% 0.46% -
XYZ 9.55 14.35 10.65 -
YUV 94.69 121.97 98.26 -
System Red Green Blue C M Y K H S L
Decimal 53 118 84 0.55 0 0.29 0.54 148.62 0.38 0.34
Hex 35 76 54 37 0 1D 36 95 26 22
Octal 65 166 124 67 0 35 66 225 46 42
Binary 110101 1110110 1010100 110111 0 11101 110110 10010101 100110 100010

Color Harmonies of #357654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357654

Black with #357654

Text Example


Text Example

White with #357654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357654; }

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

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

background-color css

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

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

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

border-color css

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

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

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