Html Css Color HEX #358353 Amazon

📋 copy color: '#358353'

red 53 ◦ green 131 ◦ blue 83

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

Shades of Amazon #358353

Tints of Amazon #358353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.09%

R = 19.85%
G = 49.06%
B = 31.09%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#358353 (or 0x358353) is known color: Amazon. HEX triplet: 35, 83 and 53. RGB value is (53,131,83). Sum of RGB (Red+Green+Blue) = 53+131+83=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #358353 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358353 is #CA7CAC. Grayscale: #666666. Windows color (decimal): -13270189 or 5473077. OLE color: 5473077.

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

Color convert

RGB 53 131 83 -
CMYK 0.60 0 0.37 0.49
HSL 143.08º 0.42% 0.36% -
HSV(B) 143.08º 0.6% 0.51% -
XYZ 11.15 17.61 11 -
YUV 102.21 117.16 92.9 -
System Red Green Blue C M Y K H S L
Decimal 53 131 83 0.60 0 0.37 0.49 143.08 0.42 0.36
Hex 35 83 53 3C 0 25 31 8F 2A 24
Octal 65 203 123 74 0 45 61 217 52 44
Binary 110101 10000011 1010011 111100 0 100101 110001 10001111 101010 100100

Color Harmonies of #358353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358353

Black with #358353

Text Example


Text Example

White with #358353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358353; }

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

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

background-color css

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

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

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

border-color css

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

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

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