Html Css Color HEX #358446 Amazon

📋 copy color: '#358446'

red 53 ◦ green 132 ◦ blue 70

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

Shades of Amazon #358446

Tints of Amazon #358446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.45%

R = 20.78%
G = 51.76%
B = 27.45%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#358446 (or 0x358446) is known color: Amazon. HEX triplet: 35, 84 and 46. RGB value is (53,132,70). Sum of RGB (Red+Green+Blue) = 53+132+70=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #358446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358446 is #CA7BB9. Grayscale: #656565. Windows color (decimal): -13269946 or 4621365. OLE color: 4621365.

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

Color convert

RGB 53 132 70 -
CMYK 0.60 0 0.47 0.48
HSL 132.91º 0.43% 0.36% -
HSV(B) 132.91º 0.6% 0.52% -
XYZ 10.82 17.7 8.64 -
YUV 101.31 110.33 93.54 -
System Red Green Blue C M Y K H S L
Decimal 53 132 70 0.60 0 0.47 0.48 132.91 0.43 0.36
Hex 35 84 46 3C 0 2F 30 85 2B 24
Octal 65 204 106 74 0 57 60 205 53 44
Binary 110101 10000100 1000110 111100 0 101111 110000 10000101 101011 100100

Color Harmonies of #358446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358446

Black with #358446

Text Example


Text Example

White with #358446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358446; }

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

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

background-color css

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

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

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

border-color css

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

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

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