Html Css Color HEX #358553 Amazon

📋 copy color: '#358553'

red 53 ◦ green 133 ◦ blue 83

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

Shades of Amazon #358553

Tints of Amazon #358553

RGB

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

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

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

R = 19.7%
G = 49.44%
B = 30.86%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#358553 (or 0x358553) is known color: Amazon. HEX triplet: 35, 85 and 53. RGB value is (53,133,83). Sum of RGB (Red+Green+Blue) = 53+133+83=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #358553 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358553 is #CA7AAC. Grayscale: #676767. Windows color (decimal): -13269677 or 5473589. OLE color: 5473589.

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

Color convert

RGB 53 133 83 -
CMYK 0.60 0 0.38 0.48
HSL 142.5º 0.43% 0.36% -
HSV(B) 142.5º 0.6% 0.52% -
XYZ 11.42 18.16 11.09 -
YUV 103.38 116.5 92.07 -
System Red Green Blue C M Y K H S L
Decimal 53 133 83 0.60 0 0.38 0.48 142.5 0.43 0.36
Hex 35 85 53 3C 0 26 30 8E 2B 24
Octal 65 205 123 74 0 46 60 216 53 44
Binary 110101 10000101 1010011 111100 0 100110 110000 10001110 101011 100100

Color Harmonies of #358553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358553

Black with #358553

Text Example


Text Example

White with #358553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358553; }

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

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

background-color css

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

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

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

border-color css

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

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

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