Html Css Color HEX #358456 Amazon

📋 copy color: '#358456'

red 53 ◦ green 132 ◦ blue 86

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

Shades of Amazon #358456

Tints of Amazon #358456

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48.71%

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

R = 19.56%
G = 48.71%
B = 31.73%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#358456 (or 0x358456) is known color: Amazon. HEX triplet: 35, 84 and 56. RGB value is (53,132,86). Sum of RGB (Red+Green+Blue) = 53+132+86=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 132 (51.95% from 255 or 48.71% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 132 - color contains mainly: green. Hex color #358456 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358456 is #CA7BA9. Grayscale: #676767. Windows color (decimal): -13269930 or 5669941. OLE color: 5669941.

HSL color Cylindrical-coordinate representation of color #358456: hue angle of 145.06º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358456 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 132 86 -
CMYK 0.60 0 0.35 0.48
HSL 145.06º 0.43% 0.36% -
HSV(B) 145.06º 0.6% 0.52% -
XYZ 11.4 17.93 11.66 -
YUV 103.14 118.33 92.24 -
System Red Green Blue C M Y K H S L
Decimal 53 132 86 0.60 0 0.35 0.48 145.06 0.43 0.36
Hex 35 84 56 3C 0 23 30 91 2B 24
Octal 65 204 126 74 0 43 60 221 53 44
Binary 110101 10000100 1010110 111100 0 100011 110000 10010001 101011 100100

Color Harmonies of #358456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358456

Black with #358456

Text Example


Text Example

White with #358456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358456; }

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

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

background-color css

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

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

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

border-color css

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

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

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