Html Css Color HEX #358356 Amazon

📋 copy color: '#358356'

red 53 ◦ green 131 ◦ blue 86

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

Shades of Amazon #358356

Tints of Amazon #358356

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.52%

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

R = 19.63%
G = 48.52%
B = 31.85%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#358356 (or 0x358356) is known color: Amazon. HEX triplet: 35, 83 and 56. RGB value is (53,131,86). Sum of RGB (Red+Green+Blue) = 53+131+86=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 131 - color contains mainly: green. Hex color #358356 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358356 is #CA7CA9. Grayscale: #666666. Windows color (decimal): -13270186 or 5669685. OLE color: 5669685.

HSL color Cylindrical-coordinate representation of color #358356: hue angle of 145.38º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358356 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 131 86 -
CMYK 0.60 0 0.34 0.49
HSL 145.38º 0.42% 0.36% -
HSV(B) 145.38º 0.6% 0.51% -
XYZ 11.26 17.66 11.62 -
YUV 102.55 118.66 92.66 -
System Red Green Blue C M Y K H S L
Decimal 53 131 86 0.60 0 0.34 0.49 145.38 0.42 0.36
Hex 35 83 56 3C 0 22 31 91 2A 24
Octal 65 203 126 74 0 42 61 221 52 44
Binary 110101 10000011 1010110 111100 0 100010 110001 10010001 101010 100100

Color Harmonies of #358356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358356

Black with #358356

Text Example


Text Example

White with #358356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358356; }

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

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

background-color css

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

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

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

border-color css

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

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

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