Html Css Color HEX #358945 Amazon

📋 copy color: '#358945'

red 53 ◦ green 137 ◦ blue 69

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

Shades of Amazon #358945

Tints of Amazon #358945

RGB

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

 GREEN value IS 137 (53.91% from 255) = 52.9%

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

R = 20.46%
G = 52.9%
B = 26.64%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#358945 (or 0x358945) is known color: Amazon. HEX triplet: 35, 89 and 45. RGB value is (53,137,69). Sum of RGB (Red+Green+Blue) = 53+137+69=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #358945 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358945 is #CA76BA. Grayscale: #686868. Windows color (decimal): -13268667 or 4557109. OLE color: 4557109.

HSL color Cylindrical-coordinate representation of color #358945: hue angle of 131.43º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358945 is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 137 69 -
CMYK 0.61 0 0.50 0.46
HSL 131.43º 0.44% 0.37% -
HSV(B) 131.43º 0.61% 0.54% -
XYZ 11.49 19.08 8.71 -
YUV 104.13 108.17 91.53 -
System Red Green Blue C M Y K H S L
Decimal 53 137 69 0.61 0 0.50 0.46 131.43 0.44 0.37
Hex 35 89 45 3D 0 32 2E 83 2C 25
Octal 65 211 105 75 0 62 56 203 54 45
Binary 110101 10001001 1000101 111101 0 110010 101110 10000011 101100 100101

Color Harmonies of #358945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358945

Black with #358945

Text Example


Text Example

White with #358945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358945; }

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

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

background-color css

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

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

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

border-color css

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

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

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