Html Css Color HEX #358452 Amazon

📋 copy color: '#358452'

red 53 ◦ green 132 ◦ blue 82

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

Shades of Amazon #358452

Tints of Amazon #358452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.71%

R = 19.85%
G = 49.44%
B = 30.71%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#358452 (or 0x358452) is known color: Amazon. HEX triplet: 35, 84 and 52. RGB value is (53,132,82). Sum of RGB (Red+Green+Blue) = 53+132+82=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 132 (51.95% from 255 or 49.44% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 132 - color contains mainly: green. Hex color #358452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358452 is #CA7BAD. Grayscale: #666666. Windows color (decimal): -13269934 or 5407797. OLE color: 5407797.

HSL color Cylindrical-coordinate representation of color #358452: hue angle of 142.03º 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 #358452 is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 132 82 -
CMYK 0.60 0 0.38 0.48
HSL 142.03º 0.43% 0.36% -
HSV(B) 142.03º 0.6% 0.52% -
XYZ 11.24 17.87 10.84 -
YUV 102.68 116.33 92.57 -
System Red Green Blue C M Y K H S L
Decimal 53 132 82 0.60 0 0.38 0.48 142.03 0.43 0.36
Hex 35 84 52 3C 0 26 30 8E 2B 24
Octal 65 204 122 74 0 46 60 216 53 44
Binary 110101 10000100 1010010 111100 0 100110 110000 10001110 101011 100100

Color Harmonies of #358452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358452

Black with #358452

Text Example


Text Example

White with #358452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358452; }

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

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

background-color css

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

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

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

border-color css

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

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

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