Html Css Color HEX #358151 Amazon

📋 copy color: '#358151'

red 53 ◦ green 129 ◦ blue 81

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

Shades of Amazon #358151

Tints of Amazon #358151

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.05%

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

R = 20.15%
G = 49.05%
B = 30.8%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#358151 (or 0x358151) is known color: Amazon. HEX triplet: 35, 81 and 51. RGB value is (53,129,81). Sum of RGB (Red+Green+Blue) = 53+129+81=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 129 (50.78% from 255 or 49.05% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 129 - color contains mainly: green. Hex color #358151 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358151 is #CA7EAE. Grayscale: #646464. Windows color (decimal): -13270703 or 5341493. OLE color: 5341493.

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

Color convert

RGB 53 129 81 -
CMYK 0.59 0 0.37 0.49
HSL 142.11º 0.42% 0.36% -
HSV(B) 142.11º 0.59% 0.51% -
XYZ 10.8 17.05 10.51 -
YUV 100.8 116.82 93.9 -
System Red Green Blue C M Y K H S L
Decimal 53 129 81 0.59 0 0.37 0.49 142.11 0.42 0.36
Hex 35 81 51 3B 0 25 31 8E 2A 24
Octal 65 201 121 73 0 45 61 216 52 44
Binary 110101 10000001 1010001 111011 0 100101 110001 10001110 101010 100100

Color Harmonies of #358151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358151

Black with #358151

Text Example


Text Example

White with #358151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358151; }

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

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

background-color css

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

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

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

border-color css

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

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

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