Html Css Color HEX #357646 Amazon

📋 copy color: '#357646'

red 53 ◦ green 118 ◦ blue 70

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

Shades of Amazon #357646

Tints of Amazon #357646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.05%

R = 21.99%
G = 48.96%
B = 29.05%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#357646 (or 0x357646) is known color: Amazon. HEX triplet: 35, 76 and 46. RGB value is (53,118,70). Sum of RGB (Red+Green+Blue) = 53+118+70=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 70 (27.73% from 255 or 29.05% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #357646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357646 is #CA89B9. Grayscale: #5D5D5D. Windows color (decimal): -13273530 or 4617781. OLE color: 4617781.

HSL color Cylindrical-coordinate representation of color #357646: hue angle of 135.69º 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 #357646 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 118 70 -
CMYK 0.55 0 0.41 0.54
HSL 135.69º 0.38% 0.34% -
HSV(B) 135.69º 0.55% 0.46% -
XYZ 9.05 14.16 8.05 -
YUV 93.09 114.97 99.4 -
System Red Green Blue C M Y K H S L
Decimal 53 118 70 0.55 0 0.41 0.54 135.69 0.38 0.34
Hex 35 76 46 37 0 29 36 88 26 22
Octal 65 166 106 67 0 51 66 210 46 42
Binary 110101 1110110 1000110 110111 0 101001 110110 10001000 100110 100010

Color Harmonies of #357646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357646

Black with #357646

Text Example


Text Example

White with #357646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357646; }

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

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

background-color css

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

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

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

border-color css

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

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

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