Html Css Color HEX #357445 Amazon

📋 copy color: '#357445'

red 53 ◦ green 116 ◦ blue 69

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

Shades of Amazon #357445

Tints of Amazon #357445

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.74%

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

R = 22.27%
G = 48.74%
B = 28.99%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#357445 (or 0x357445) is known color: Amazon. HEX triplet: 35, 74 and 45. RGB value is (53,116,69). Sum of RGB (Red+Green+Blue) = 53+116+69=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 116 - color contains mainly: green. Hex color #357445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357445 is #CA8BBA. Grayscale: #5B5B5B. Windows color (decimal): -13274043 or 4551733. OLE color: 4551733.

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

Color convert

RGB 53 116 69 -
CMYK 0.54 0 0.41 0.55
HSL 135.24º 0.37% 0.33% -
HSV(B) 135.24º 0.54% 0.45% -
XYZ 8.79 13.68 7.81 -
YUV 91.81 115.13 100.32 -
System Red Green Blue C M Y K H S L
Decimal 53 116 69 0.54 0 0.41 0.55 135.24 0.37 0.33
Hex 35 74 45 36 0 29 37 87 25 21
Octal 65 164 105 66 0 51 67 207 45 41
Binary 110101 1110100 1000101 110110 0 101001 110111 10000111 100101 100001

Color Harmonies of #357445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357445

Black with #357445

Text Example


Text Example

White with #357445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357445; }

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

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

background-color css

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

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

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

border-color css

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

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

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