Html Css Color HEX #358259 Amazon

📋 copy color: '#358259'

red 53 ◦ green 130 ◦ blue 89

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

Shades of Amazon #358259

Tints of Amazon #358259

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.79%

 BLUE value IS 89 (35.16% from 255) = 32.72%

R = 19.49%
G = 47.79%
B = 32.72%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#358259 (or 0x358259) is known color: Amazon. HEX triplet: 35, 82 and 59. RGB value is (53,130,89). Sum of RGB (Red+Green+Blue) = 53+130+89=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 89 (35.16% from 255 or 32.72% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #358259 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358259 is #CA7DA6. Grayscale: #666666. Windows color (decimal): -13270439 or 5866037. OLE color: 5866037.

HSL color Cylindrical-coordinate representation of color #358259: hue angle of 148.05º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358259 is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 130 89 -
CMYK 0.59 0 0.32 0.49
HSL 148.05º 0.42% 0.36% -
HSV(B) 148.05º 0.59% 0.51% -
XYZ 11.25 17.44 12.22 -
YUV 102.3 120.49 92.83 -
System Red Green Blue C M Y K H S L
Decimal 53 130 89 0.59 0 0.32 0.49 148.05 0.42 0.36
Hex 35 82 59 3B 0 20 31 94 2A 24
Octal 65 202 131 73 0 40 61 224 52 44
Binary 110101 10000010 1011001 111011 0 100000 110001 10010100 101010 100100

Color Harmonies of #358259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358259

Black with #358259

Text Example


Text Example

White with #358259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358259; }

 p { color: rgb(53,130,89); }

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

background-color css

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

 a { background-color: rgb(53,130,89); }

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

border-color css

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

 span { border-color: rgb(53,130,89); }

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