Html Css Color HEX #358155 Amazon

📋 copy color: '#358155'

red 53 ◦ green 129 ◦ blue 85

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

Shades of Amazon #358155

Tints of Amazon #358155

RGB

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

 GREEN value IS 129 (50.78% from 255) = 48.31%

 BLUE value IS 85 (33.59% from 255) = 31.84%

R = 19.85%
G = 48.31%
B = 31.84%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#358155 (or 0x358155) is known color: Amazon. HEX triplet: 35, 81 and 55. RGB value is (53,129,85). Sum of RGB (Red+Green+Blue) = 53+129+85=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 129 (50.78% from 255 or 48.31% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 129 - color contains mainly: green. Hex color #358155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358155 is #CA7EAA. Grayscale: #656565. Windows color (decimal): -13270699 or 5603637. OLE color: 5603637.

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

Color convert

RGB 53 129 85 -
CMYK 0.59 0 0.34 0.49
HSL 145.26º 0.42% 0.36% -
HSV(B) 145.26º 0.59% 0.51% -
XYZ 10.96 17.11 11.32 -
YUV 101.26 118.82 93.58 -
System Red Green Blue C M Y K H S L
Decimal 53 129 85 0.59 0 0.34 0.49 145.26 0.42 0.36
Hex 35 81 55 3B 0 22 31 91 2A 24
Octal 65 201 125 73 0 42 61 221 52 44
Binary 110101 10000001 1010101 111011 0 100010 110001 10010001 101010 100100

Color Harmonies of #358155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358155

Black with #358155

Text Example


Text Example

White with #358155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358155; }

 p { color: rgb(53,129,85); }

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

background-color css

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

 a { background-color: rgb(53,129,85); }

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

border-color css

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

 span { border-color: rgb(53,129,85); }

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