Html Css Color HEX #358451 Amazon

📋 copy color: '#358451'

red 53 ◦ green 132 ◦ blue 81

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

Shades of Amazon #358451

Tints of Amazon #358451

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.62%

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

R = 19.92%
G = 49.62%
B = 30.45%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#358451 (or 0x358451) is known color: Amazon. HEX triplet: 35, 84 and 51. RGB value is (53,132,81). Sum of RGB (Red+Green+Blue) = 53+132+81=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #358451 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358451 is #CA7BAE. Grayscale: #666666. Windows color (decimal): -13269935 or 5342261. OLE color: 5342261.

HSL color Cylindrical-coordinate representation of color #358451: hue angle of 141.27º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358451 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 132 81 -
CMYK 0.60 0 0.39 0.48
HSL 141.27º 0.43% 0.36% -
HSV(B) 141.27º 0.6% 0.52% -
XYZ 11.2 17.85 10.64 -
YUV 102.57 115.83 92.65 -
System Red Green Blue C M Y K H S L
Decimal 53 132 81 0.60 0 0.39 0.48 141.27 0.43 0.36
Hex 35 84 51 3C 0 27 30 8D 2B 24
Octal 65 204 121 74 0 47 60 215 53 44
Binary 110101 10000100 1010001 111100 0 100111 110000 10001101 101011 100100

Color Harmonies of #358451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358451

Black with #358451

Text Example


Text Example

White with #358451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358451; }

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

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

background-color css

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

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

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

border-color css

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

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

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