Html Css Color HEX #358745 Amazon

📋 copy color: '#358745'

red 53 ◦ green 135 ◦ blue 69

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

Shades of Amazon #358745

Tints of Amazon #358745

RGB

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

 GREEN value IS 135 (53.13% from 255) = 52.53%

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

R = 20.62%
G = 52.53%
B = 26.85%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#358745 (or 0x358745) is known color: Amazon. HEX triplet: 35, 87 and 45. RGB value is (53,135,69). Sum of RGB (Red+Green+Blue) = 53+135+69=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 135 (53.12% from 255 or 52.53% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 135 - color contains mainly: green. Hex color #358745 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358745 is #CA78BA. Grayscale: #676767. Windows color (decimal): -13269179 or 4556597. OLE color: 4556597.

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

Color convert

RGB 53 135 69 -
CMYK 0.61 0 0.49 0.47
HSL 131.71º 0.44% 0.37% -
HSV(B) 131.71º 0.61% 0.53% -
XYZ 11.21 18.51 8.61 -
YUV 102.96 108.83 92.37 -
System Red Green Blue C M Y K H S L
Decimal 53 135 69 0.61 0 0.49 0.47 131.71 0.44 0.37
Hex 35 87 45 3D 0 31 2F 84 2C 25
Octal 65 207 105 75 0 61 57 204 54 45
Binary 110101 10000111 1000101 111101 0 110001 101111 10000100 101100 100101

Color Harmonies of #358745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358745

Black with #358745

Text Example


Text Example

White with #358745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358745; }

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

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

background-color css

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

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

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

border-color css

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

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

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