Html Css Color HEX #357844 Amazon

📋 copy color: '#357844'

red 53 ◦ green 120 ◦ blue 68

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

Shades of Amazon #357844

Tints of Amazon #357844

RGB

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

 GREEN value IS 120 (47.27% from 255) = 49.79%

 BLUE value IS 68 (26.95% from 255) = 28.22%

R = 21.99%
G = 49.79%
B = 28.22%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#357844 (or 0x357844) is known color: Amazon. HEX triplet: 35, 78 and 44. RGB value is (53,120,68). Sum of RGB (Red+Green+Blue) = 53+120+68=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #357844 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357844 is #CA87BB. Grayscale: #5E5E5E. Windows color (decimal): -13273020 or 4487221. OLE color: 4487221.

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

Color convert

RGB 53 120 68 -
CMYK 0.56 0 0.43 0.53
HSL 133.43º 0.39% 0.34% -
HSV(B) 133.43º 0.56% 0.47% -
XYZ 9.23 14.61 7.8 -
YUV 94.04 113.3 98.73 -
System Red Green Blue C M Y K H S L
Decimal 53 120 68 0.56 0 0.43 0.53 133.43 0.39 0.34
Hex 35 78 44 38 0 2B 35 85 27 22
Octal 65 170 104 70 0 53 65 205 47 42
Binary 110101 1111000 1000100 111000 0 101011 110101 10000101 100111 100010

Color Harmonies of #357844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357844

Black with #357844

Text Example


Text Example

White with #357844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357844; }

 p { color: rgb(53,120,68); }

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

background-color css

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

 a { background-color: rgb(53,120,68); }

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

border-color css

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

 span { border-color: rgb(53,120,68); }

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