Html Css Color HEX #357046 Amazon

📋 copy color: '#357046'

red 53 ◦ green 112 ◦ blue 70

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

Shades of Amazon #357046

Tints of Amazon #357046

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.66%

 BLUE value IS 70 (27.73% from 255) = 29.79%

R = 22.55%
G = 47.66%
B = 29.79%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#357046 (or 0x357046) is known color: Amazon. HEX triplet: 35, 70 and 46. RGB value is (53,112,70). Sum of RGB (Red+Green+Blue) = 53+112+70=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #357046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357046 is #CA8FB9. Grayscale: #595959. Windows color (decimal): -13275066 or 4616245. OLE color: 4616245.

HSL color Cylindrical-coordinate representation of color #357046: hue angle of 137.29º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #357046 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 112 70 -
CMYK 0.53 0 0.38 0.56
HSL 137.29º 0.36% 0.32% -
HSV(B) 137.29º 0.53% 0.44% -
XYZ 8.37 12.79 7.82 -
YUV 89.57 116.95 101.92 -
System Red Green Blue C M Y K H S L
Decimal 53 112 70 0.53 0 0.38 0.56 137.29 0.36 0.32
Hex 35 70 46 35 0 26 38 89 24 20
Octal 65 160 106 65 0 46 70 211 44 40
Binary 110101 1110000 1000110 110101 0 100110 111000 10001001 100100 100000

Color Harmonies of #357046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357046

Black with #357046

Text Example


Text Example

White with #357046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357046; }

 p { color: rgb(53,112,70); }

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

background-color css

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

 a { background-color: rgb(53,112,70); }

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

border-color css

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

 span { border-color: rgb(53,112,70); }

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