Html Css Color HEX #357256 Amazon

📋 copy color: '#357256'

red 53 ◦ green 114 ◦ blue 86

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

Shades of Amazon #357256

Tints of Amazon #357256

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.06%

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

R = 20.95%
G = 45.06%
B = 33.99%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#357256 (or 0x357256) is known color: Amazon. HEX triplet: 35, 72 and 56. RGB value is (53,114,86). Sum of RGB (Red+Green+Blue) = 53+114+86=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #357256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357256 is #CA8DA9. Grayscale: #5C5C5C. Windows color (decimal): -13274538 or 5665333. OLE color: 5665333.

HSL color Cylindrical-coordinate representation of color #357256: hue angle of 152.46º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #357256 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 114 86 -
CMYK 0.54 0 0.25 0.55
HSL 152.46º 0.37% 0.33% -
HSV(B) 152.46º 0.54% 0.45% -
XYZ 9.17 13.46 10.92 -
YUV 92.57 124.29 99.78 -
System Red Green Blue C M Y K H S L
Decimal 53 114 86 0.54 0 0.25 0.55 152.46 0.37 0.33
Hex 35 72 56 36 0 19 37 98 25 21
Octal 65 162 126 66 0 31 67 230 45 41
Binary 110101 1110010 1010110 110110 0 11001 110111 10011000 100101 100001

Color Harmonies of #357256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357256

Black with #357256

Text Example


Text Example

White with #357256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357256; }

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

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

background-color css

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

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

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

border-color css

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

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

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