Html Css Color HEX #357047 Amazon

📋 copy color: '#357047'

red 53 ◦ green 112 ◦ blue 71

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

Shades of Amazon #357047

Tints of Amazon #357047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 30.08%

R = 22.46%
G = 47.46%
B = 30.08%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#357047 (or 0x357047) is known color: Amazon. HEX triplet: 35, 70 and 47. RGB value is (53,112,71). Sum of RGB (Red+Green+Blue) = 53+112+71=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #357047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357047 is #CA8FB8. Grayscale: #595959. Windows color (decimal): -13275065 or 4681781. OLE color: 4681781.

HSL color Cylindrical-coordinate representation of color #357047: hue angle of 138.31º 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 #357047 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 112 71 -
CMYK 0.53 0 0.37 0.56
HSL 138.31º 0.36% 0.32% -
HSV(B) 138.31º 0.53% 0.44% -
XYZ 8.4 12.8 7.99 -
YUV 89.69 117.45 101.83 -
System Red Green Blue C M Y K H S L
Decimal 53 112 71 0.53 0 0.37 0.56 138.31 0.36 0.32
Hex 35 70 47 35 0 25 38 8A 24 20
Octal 65 160 107 65 0 45 70 212 44 40
Binary 110101 1110000 1000111 110101 0 100101 111000 10001010 100100 100000

Color Harmonies of #357047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357047

Black with #357047

Text Example


Text Example

White with #357047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357047; }

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

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

background-color css

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

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

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

border-color css

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

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

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