Html Css Color HEX #358646 Amazon

📋 copy color: '#358646'

red 53 ◦ green 134 ◦ blue 70

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

Shades of Amazon #358646

Tints of Amazon #358646

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.14%

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

R = 20.62%
G = 52.14%
B = 27.24%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#358646 (or 0x358646) is known color: Amazon. HEX triplet: 35, 86 and 46. RGB value is (53,134,70). Sum of RGB (Red+Green+Blue) = 53+134+70=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 134 (52.73% from 255 or 52.14% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 134 - color contains mainly: green. Hex color #358646 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358646 is #CA79B9. Grayscale: #666666. Windows color (decimal): -13269434 or 4621877. OLE color: 4621877.

HSL color Cylindrical-coordinate representation of color #358646: hue angle of 132.59º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358646 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 134 70 -
CMYK 0.60 0 0.48 0.47
HSL 132.59º 0.43% 0.37% -
HSV(B) 132.59º 0.6% 0.53% -
XYZ 11.1 18.25 8.73 -
YUV 102.49 109.66 92.7 -
System Red Green Blue C M Y K H S L
Decimal 53 134 70 0.60 0 0.48 0.47 132.59 0.43 0.37
Hex 35 86 46 3C 0 30 2F 85 2B 25
Octal 65 206 106 74 0 60 57 205 53 45
Binary 110101 10000110 1000110 111100 0 110000 101111 10000101 101011 100101

Color Harmonies of #358646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358646

Black with #358646

Text Example


Text Example

White with #358646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358646; }

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

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

background-color css

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

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

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

border-color css

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

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

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