Html Css Color HEX #357344 Amazon

📋 copy color: '#357344'

red 53 ◦ green 115 ◦ blue 68

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

Shades of Amazon #357344

Tints of Amazon #357344

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.73%

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

R = 22.46%
G = 48.73%
B = 28.81%

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

#357344 (or 0x357344) is known color: Amazon. HEX triplet: 35, 73 and 44. RGB value is (53,115,68). Sum of RGB (Red+Green+Blue) = 53+115+68=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #357344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357344 is #CA8CBB. Grayscale: #5B5B5B. Windows color (decimal): -13274300 or 4485941. OLE color: 4485941.

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

Color convert

RGB 53 115 68 -
CMYK 0.54 0 0.41 0.55
HSL 134.52º 0.37% 0.33% -
HSV(B) 134.52º 0.54% 0.45% -
XYZ 8.64 13.44 7.61 -
YUV 91.1 114.96 100.82 -
System Red Green Blue C M Y K H S L
Decimal 53 115 68 0.54 0 0.41 0.55 134.52 0.37 0.33
Hex 35 73 44 36 0 29 37 87 25 21
Octal 65 163 104 66 0 51 67 207 45 41
Binary 110101 1110011 1000100 110110 0 101001 110111 10000111 100101 100001

Color Harmonies of #357344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357344

Black with #357344

Text Example


Text Example

White with #357344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357344; }

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

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

background-color css

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

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

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

border-color css

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

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

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