Html Css Color HEX #357245 Amazon

📋 copy color: '#357245'

red 53 ◦ green 114 ◦ blue 69

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

Shades of Amazon #357245

Tints of Amazon #357245

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.31%

 BLUE value IS 69 (27.34% from 255) = 29.24%

R = 22.46%
G = 48.31%
B = 29.24%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#357245 (or 0x357245) is known color: Amazon. HEX triplet: 35, 72 and 45. RGB value is (53,114,69). Sum of RGB (Red+Green+Blue) = 53+114+69=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #357245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357245 is #CA8DBA. Grayscale: #5A5A5A. Windows color (decimal): -13274555 or 4551221. OLE color: 4551221.

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

Color convert

RGB 53 114 69 -
CMYK 0.54 0 0.39 0.55
HSL 135.74º 0.37% 0.33% -
HSV(B) 135.74º 0.54% 0.45% -
XYZ 8.56 13.22 7.73 -
YUV 90.63 115.79 101.16 -
System Red Green Blue C M Y K H S L
Decimal 53 114 69 0.54 0 0.39 0.55 135.74 0.37 0.33
Hex 35 72 45 36 0 27 37 88 25 21
Octal 65 162 105 66 0 47 67 210 45 41
Binary 110101 1110010 1000101 110110 0 100111 110111 10001000 100101 100001

Color Harmonies of #357245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357245

Black with #357245

Text Example


Text Example

White with #357245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357245; }

 p { color: rgb(53,114,69); }

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

background-color css

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

 a { background-color: rgb(53,114,69); }

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

border-color css

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

 span { border-color: rgb(53,114,69); }

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