Html Css Color HEX #357053 Amazon

📋 copy color: '#357053'

red 53 ◦ green 112 ◦ blue 83

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

Shades of Amazon #357053

Tints of Amazon #357053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.47%

R = 21.37%
G = 45.16%
B = 33.47%

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

#357053 (or 0x357053) is known color: Amazon. HEX triplet: 35, 70 and 53. RGB value is (53,112,83). Sum of RGB (Red+Green+Blue) = 53+112+83=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #357053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357053 is #CA8FAC. Grayscale: #5B5B5B. Windows color (decimal): -13275053 or 5468213. OLE color: 5468213.

HSL color Cylindrical-coordinate representation of color #357053: hue angle of 150.51º 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 #357053 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 112 83 -
CMYK 0.53 0 0.26 0.56
HSL 150.51º 0.36% 0.32% -
HSV(B) 150.51º 0.53% 0.44% -
XYZ 8.82 12.97 10.22 -
YUV 91.05 123.45 100.86 -
System Red Green Blue C M Y K H S L
Decimal 53 112 83 0.53 0 0.26 0.56 150.51 0.36 0.32
Hex 35 70 53 35 0 1A 38 97 24 20
Octal 65 160 123 65 0 32 70 227 44 40
Binary 110101 1110000 1010011 110101 0 11010 111000 10010111 100100 100000

Color Harmonies of #357053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357053

Black with #357053

Text Example


Text Example

White with #357053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357053; }

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

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

background-color css

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

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

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

border-color css

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

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

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