Html Css Color HEX #358358 Amazon

📋 copy color: '#358358'

red 53 ◦ green 131 ◦ blue 88

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

Shades of Amazon #358358

Tints of Amazon #358358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.35%

R = 19.49%
G = 48.16%
B = 32.35%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#358358 (or 0x358358) is known color: Amazon. HEX triplet: 35, 83 and 58. RGB value is (53,131,88). Sum of RGB (Red+Green+Blue) = 53+131+88=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 131 - color contains mainly: green. Hex color #358358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358358 is #CA7CA7. Grayscale: #666666. Windows color (decimal): -13270184 or 5800757. OLE color: 5800757.

HSL color Cylindrical-coordinate representation of color #358358: hue angle of 146.92º 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 #358358 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 131 88 -
CMYK 0.60 0 0.33 0.49
HSL 146.92º 0.42% 0.36% -
HSV(B) 146.92º 0.6% 0.51% -
XYZ 11.35 17.69 12.05 -
YUV 102.78 119.66 92.5 -
System Red Green Blue C M Y K H S L
Decimal 53 131 88 0.60 0 0.33 0.49 146.92 0.42 0.36
Hex 35 83 58 3C 0 21 31 93 2A 24
Octal 65 203 130 74 0 41 61 223 52 44
Binary 110101 10000011 1011000 111100 0 100001 110001 10010011 101010 100100

Color Harmonies of #358358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358358

Black with #358358

Text Example


Text Example

White with #358358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358358; }

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

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

background-color css

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

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

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

border-color css

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

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

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