Html Css Color HEX #358546 Amazon

📋 copy color: '#358546'

red 53 ◦ green 133 ◦ blue 70

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

Shades of Amazon #358546

Tints of Amazon #358546

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.95%

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

R = 20.7%
G = 51.95%
B = 27.34%

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

#358546 (or 0x358546) is known color: Amazon. HEX triplet: 35, 85 and 46. RGB value is (53,133,70). Sum of RGB (Red+Green+Blue) = 53+133+70=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #358546 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358546 is #CA7AB9. Grayscale: #666666. Windows color (decimal): -13269690 or 4621621. OLE color: 4621621.

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

Color convert

RGB 53 133 70 -
CMYK 0.60 0 0.47 0.48
HSL 132.75º 0.43% 0.36% -
HSV(B) 132.75º 0.6% 0.52% -
XYZ 10.96 17.97 8.69 -
YUV 101.9 110 93.12 -
System Red Green Blue C M Y K H S L
Decimal 53 133 70 0.60 0 0.47 0.48 132.75 0.43 0.36
Hex 35 85 46 3C 0 2F 30 85 2B 24
Octal 65 205 106 74 0 57 60 205 53 44
Binary 110101 10000101 1000110 111100 0 101111 110000 10000101 101011 100100

Color Harmonies of #358546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358546

Black with #358546

Text Example


Text Example

White with #358546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358546; }

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

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

background-color css

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

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

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

border-color css

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

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

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