Html Css Color HEX #357056 Amazon

📋 copy color: '#357056'

red 53 ◦ green 112 ◦ blue 86

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

Shades of Amazon #357056

Tints of Amazon #357056

RGB

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

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

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

R = 21.12%
G = 44.62%
B = 34.26%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#357056 (or 0x357056) is known color: Amazon. HEX triplet: 35, 70 and 56. RGB value is (53,112,86). Sum of RGB (Red+Green+Blue) = 53+112+86=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #357056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357056 is #CA8FA9. Grayscale: #5B5B5B. Windows color (decimal): -13275050 or 5664821. OLE color: 5664821.

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

Color convert

RGB 53 112 86 -
CMYK 0.53 0 0.23 0.56
HSL 153.56º 0.36% 0.32% -
HSV(B) 153.56º 0.53% 0.44% -
XYZ 8.94 13.02 10.85 -
YUV 91.4 124.95 100.61 -
System Red Green Blue C M Y K H S L
Decimal 53 112 86 0.53 0 0.23 0.56 153.56 0.36 0.32
Hex 35 70 56 35 0 17 38 9A 24 20
Octal 65 160 126 65 0 27 70 232 44 40
Binary 110101 1110000 1010110 110101 0 10111 111000 10011010 100100 100000

Color Harmonies of #357056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357056

Black with #357056

Text Example


Text Example

White with #357056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357056; }

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

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

background-color css

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

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

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

border-color css

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

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

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