Html Css Color HEX #357C44 Amazon

📋 copy color: '#357C44'

red 53 ◦ green 124 ◦ blue 68

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

Shades of Amazon #357C44

Tints of Amazon #357C44

RGB

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

 GREEN value IS 124 (48.83% from 255) = 50.61%

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

R = 21.63%
G = 50.61%
B = 27.76%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#357C44 (or 0x357C44) is known color: Amazon. HEX triplet: 35, 7C and 44. RGB value is (53,124,68). Sum of RGB (Red+Green+Blue) = 53+124+68=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 124 (48.83% from 255 or 50.61% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 124 - color contains mainly: green. Hex color #357C44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357C44 is #CA83BB. Grayscale: #606060. Windows color (decimal): -13271996 or 4488245. OLE color: 4488245.

HSL color Cylindrical-coordinate representation of color #357C44: hue angle of 132.68º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357C44 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 124 68 -
CMYK 0.57 0 0.45 0.51
HSL 132.68º 0.4% 0.35% -
HSV(B) 132.68º 0.57% 0.49% -
XYZ 9.72 15.59 7.97 -
YUV 96.39 111.98 97.05 -
System Red Green Blue C M Y K H S L
Decimal 53 124 68 0.57 0 0.45 0.51 132.68 0.4 0.35
Hex 35 7C 44 39 0 2D 33 85 28 23
Octal 65 174 104 71 0 55 63 205 50 43
Binary 110101 1111100 1000100 111001 0 101101 110011 10000101 101000 100011

Color Harmonies of #357C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C44

Black with #357C44

Text Example


Text Example

White with #357C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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