Html Css Color HEX #358545 Amazon

📋 copy color: '#358545'

red 53 ◦ green 133 ◦ blue 69

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

Shades of Amazon #358545

Tints of Amazon #358545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.06%

R = 20.78%
G = 52.16%
B = 27.06%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#358545 (or 0x358545) is known color: Amazon. HEX triplet: 35, 85 and 45. RGB value is (53,133,69). Sum of RGB (Red+Green+Blue) = 53+133+69=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #358545 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358545 is #CA7ABA. Grayscale: #656565. Windows color (decimal): -13269691 or 4556085. OLE color: 4556085.

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

Color convert

RGB 53 133 69 -
CMYK 0.60 0 0.48 0.48
HSL 132º 0.43% 0.36% -
HSV(B) 132º 0.6% 0.52% -
XYZ 10.93 17.96 8.52 -
YUV 101.78 109.5 93.2 -
System Red Green Blue C M Y K H S L
Decimal 53 133 69 0.60 0 0.48 0.48 132 0.43 0.36
Hex 35 85 45 3C 0 30 30 84 2B 24
Octal 65 205 105 74 0 60 60 204 53 44
Binary 110101 10000101 1000101 111100 0 110000 110000 10000100 101011 100100

Color Harmonies of #358545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358545

Black with #358545

Text Example


Text Example

White with #358545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358545; }

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

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

background-color css

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

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

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

border-color css

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

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

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