Html Css Color HEX #357648 Amazon

📋 copy color: '#357648'

red 53 ◦ green 118 ◦ blue 72

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

Shades of Amazon #357648

Tints of Amazon #357648

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.56%

 BLUE value IS 72 (28.52% from 255) = 29.63%

R = 21.81%
G = 48.56%
B = 29.63%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#357648 (or 0x357648) is known color: Amazon. HEX triplet: 35, 76 and 48. RGB value is (53,118,72). Sum of RGB (Red+Green+Blue) = 53+118+72=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #357648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357648 is #CA89B7. Grayscale: #5D5D5D. Windows color (decimal): -13273528 or 4748853. OLE color: 4748853.

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

Color convert

RGB 53 118 72 -
CMYK 0.55 0 0.39 0.54
HSL 137.54º 0.38% 0.34% -
HSV(B) 137.54º 0.55% 0.46% -
XYZ 9.12 14.18 8.39 -
YUV 93.32 115.97 99.24 -
System Red Green Blue C M Y K H S L
Decimal 53 118 72 0.55 0 0.39 0.54 137.54 0.38 0.34
Hex 35 76 48 37 0 27 36 8A 26 22
Octal 65 166 110 67 0 47 66 212 46 42
Binary 110101 1110110 1001000 110111 0 100111 110110 10001010 100110 100010

Color Harmonies of #357648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357648

Black with #357648

Text Example


Text Example

White with #357648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357648; }

 p { color: rgb(53,118,72); }

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

background-color css

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

 a { background-color: rgb(53,118,72); }

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

border-color css

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

 span { border-color: rgb(53,118,72); }

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