Html Css Color HEX #357553 Amazon

📋 copy color: '#357553'

red 53 ◦ green 117 ◦ blue 83

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

Shades of Amazon #357553

Tints of Amazon #357553

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.25%

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

R = 20.95%
G = 46.25%
B = 32.81%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#357553 (or 0x357553) is known color: Amazon. HEX triplet: 35, 75 and 53. RGB value is (53,117,83). Sum of RGB (Red+Green+Blue) = 53+117+83=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 117 - color contains mainly: green. Hex color #357553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357553 is #CA8AAC. Grayscale: #5E5E5E. Windows color (decimal): -13273773 or 5469493. OLE color: 5469493.

HSL color Cylindrical-coordinate representation of color #357553: hue angle of 148.12º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357553 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 117 83 -
CMYK 0.55 0 0.29 0.54
HSL 148.13º 0.38% 0.33% -
HSV(B) 148.13º 0.55% 0.46% -
XYZ 9.39 14.1 10.41 -
YUV 93.99 121.8 98.76 -
System Red Green Blue C M Y K H S L
Decimal 53 117 83 0.55 0 0.29 0.54 148.13 0.38 0.33
Hex 35 75 53 37 0 1D 36 94 26 21
Octal 65 165 123 67 0 35 66 224 46 41
Binary 110101 1110101 1010011 110111 0 11101 110110 10010100 100110 100001

Color Harmonies of #357553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357553

Black with #357553

Text Example


Text Example

White with #357553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357553; }

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

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

background-color css

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

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

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

border-color css

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

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

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