Html Css Color HEX #358550 Amazon

📋 copy color: '#358550'

red 53 ◦ green 133 ◦ blue 80

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

Shades of Amazon #358550

Tints of Amazon #358550

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50%

 BLUE value IS 80 (31.64% from 255) = 30.08%

R = 19.92%
G = 50%
B = 30.08%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#358550 (or 0x358550) is known color: Amazon. HEX triplet: 35, 85 and 50. RGB value is (53,133,80). Sum of RGB (Red+Green+Blue) = 53+133+80=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #358550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358550 is #CA7AAF. Grayscale: #676767. Windows color (decimal): -13269680 or 5276981. OLE color: 5276981.

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

Color convert

RGB 53 133 80 -
CMYK 0.60 0 0.40 0.48
HSL 140.25º 0.43% 0.36% -
HSV(B) 140.25º 0.6% 0.52% -
XYZ 11.3 18.11 10.49 -
YUV 103.04 115 92.31 -
System Red Green Blue C M Y K H S L
Decimal 53 133 80 0.60 0 0.40 0.48 140.25 0.43 0.36
Hex 35 85 50 3C 0 28 30 8C 2B 24
Octal 65 205 120 74 0 50 60 214 53 44
Binary 110101 10000101 1010000 111100 0 101000 110000 10001100 101011 100100

Color Harmonies of #358550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358550

Black with #358550

Text Example


Text Example

White with #358550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358550; }

 p { color: rgb(53,133,80); }

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

background-color css

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

 a { background-color: rgb(53,133,80); }

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

border-color css

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

 span { border-color: rgb(53,133,80); }

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