Html Css Color HEX #357745 Amazon

📋 copy color: '#357745'

red 53 ◦ green 119 ◦ blue 69

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

Shades of Amazon #357745

Tints of Amazon #357745

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.38%

 BLUE value IS 69 (27.34% from 255) = 28.63%

R = 21.99%
G = 49.38%
B = 28.63%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#357745 (or 0x357745) is known color: Amazon. HEX triplet: 35, 77 and 45. RGB value is (53,119,69). Sum of RGB (Red+Green+Blue) = 53+119+69=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 119 (46.88% from 255 or 49.38% from 241); Blue value is 69 (27.34% from 255 or 28.63% from 241); Max value from RGB is 119 - color contains mainly: green. Hex color #357745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357745 is #CA88BA. Grayscale: #5D5D5D. Windows color (decimal): -13273275 or 4552501. OLE color: 4552501.

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

Color convert

RGB 53 119 69 -
CMYK 0.55 0 0.42 0.53
HSL 134.55º 0.38% 0.34% -
HSV(B) 134.55º 0.55% 0.47% -
XYZ 9.14 14.38 7.92 -
YUV 93.57 114.13 99.07 -
System Red Green Blue C M Y K H S L
Decimal 53 119 69 0.55 0 0.42 0.53 134.55 0.38 0.34
Hex 35 77 45 37 0 2A 35 87 26 22
Octal 65 167 105 67 0 52 65 207 46 42
Binary 110101 1110111 1000101 110111 0 101010 110101 10000111 100110 100010

Color Harmonies of #357745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357745

Black with #357745

Text Example


Text Example

White with #357745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357745; }

 p { color: rgb(53,119,69); }

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

background-color css

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

 a { background-color: rgb(53,119,69); }

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

border-color css

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

 span { border-color: rgb(53,119,69); }

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