Html Css Color HEX #358251 Amazon

📋 copy color: '#358251'

red 53 ◦ green 130 ◦ blue 81

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

Shades of Amazon #358251

Tints of Amazon #358251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.68%

R = 20.08%
G = 49.24%
B = 30.68%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#358251 (or 0x358251) is known color: Amazon. HEX triplet: 35, 82 and 51. RGB value is (53,130,81). Sum of RGB (Red+Green+Blue) = 53+130+81=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #358251 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358251 is #CA7DAE. Grayscale: #656565. Windows color (decimal): -13270447 or 5341749. OLE color: 5341749.

HSL color Cylindrical-coordinate representation of color #358251: hue angle of 141.82º 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 #358251 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 130 81 -
CMYK 0.59 0 0.38 0.49
HSL 141.82º 0.42% 0.36% -
HSV(B) 141.82º 0.59% 0.51% -
XYZ 10.94 17.32 10.55 -
YUV 101.39 116.49 93.48 -
System Red Green Blue C M Y K H S L
Decimal 53 130 81 0.59 0 0.38 0.49 141.82 0.42 0.36
Hex 35 82 51 3B 0 26 31 8E 2A 24
Octal 65 202 121 73 0 46 61 216 52 44
Binary 110101 10000010 1010001 111011 0 100110 110001 10001110 101010 100100

Color Harmonies of #358251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358251

Black with #358251

Text Example


Text Example

White with #358251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358251; }

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

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

background-color css

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

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

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

border-color css

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

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

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