Html Css Color HEX #357054 Amazon

📋 copy color: '#357054'

red 53 ◦ green 112 ◦ blue 84

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

Shades of Amazon #357054

Tints of Amazon #357054

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.98%

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

R = 21.29%
G = 44.98%
B = 33.73%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#357054 (or 0x357054) is known color: Amazon. HEX triplet: 35, 70 and 54. RGB value is (53,112,84). Sum of RGB (Red+Green+Blue) = 53+112+84=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #357054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357054 is #CA8FAB. Grayscale: #5B5B5B. Windows color (decimal): -13275052 or 5533749. OLE color: 5533749.

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

Color convert

RGB 53 112 84 -
CMYK 0.53 0 0.25 0.56
HSL 151.53º 0.36% 0.32% -
HSV(B) 151.53º 0.53% 0.44% -
XYZ 8.86 12.99 10.43 -
YUV 91.17 123.95 100.78 -
System Red Green Blue C M Y K H S L
Decimal 53 112 84 0.53 0 0.25 0.56 151.53 0.36 0.32
Hex 35 70 54 35 0 19 38 98 24 20
Octal 65 160 124 65 0 31 70 230 44 40
Binary 110101 1110000 1010100 110101 0 11001 111000 10011000 100100 100000

Color Harmonies of #357054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357054

Black with #357054

Text Example


Text Example

White with #357054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357054; }

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

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

background-color css

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

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

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

border-color css

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

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

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