Html Css Color HEX #357251 Amazon

📋 copy color: '#357251'

red 53 ◦ green 114 ◦ blue 81

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

Shades of Amazon #357251

Tints of Amazon #357251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 32.66%

R = 21.37%
G = 45.97%
B = 32.66%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#357251 (or 0x357251) is known color: Amazon. HEX triplet: 35, 72 and 51. RGB value is (53,114,81). Sum of RGB (Red+Green+Blue) = 53+114+81=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #357251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357251 is #CA8DAE. Grayscale: #5C5C5C. Windows color (decimal): -13274543 or 5337653. OLE color: 5337653.

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

Color convert

RGB 53 114 81 -
CMYK 0.54 0 0.29 0.55
HSL 147.54º 0.37% 0.33% -
HSV(B) 147.54º 0.54% 0.45% -
XYZ 8.97 13.39 9.9 -
YUV 92 121.79 100.18 -
System Red Green Blue C M Y K H S L
Decimal 53 114 81 0.54 0 0.29 0.55 147.54 0.37 0.33
Hex 35 72 51 36 0 1D 37 94 25 21
Octal 65 162 121 66 0 35 67 224 45 41
Binary 110101 1110010 1010001 110110 0 11101 110111 10010100 100101 100001

Color Harmonies of #357251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357251

Black with #357251

Text Example


Text Example

White with #357251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357251; }

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

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

background-color css

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

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

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

border-color css

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

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

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