Html Css Color HEX #358154 Amazon

📋 copy color: '#358154'

red 53 ◦ green 129 ◦ blue 84

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

Shades of Amazon #358154

Tints of Amazon #358154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31.58%

R = 19.92%
G = 48.5%
B = 31.58%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#358154 (or 0x358154) is known color: Amazon. HEX triplet: 35, 81 and 54. RGB value is (53,129,84). Sum of RGB (Red+Green+Blue) = 53+129+84=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 129 - color contains mainly: green. Hex color #358154 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358154 is #CA7EAB. Grayscale: #656565. Windows color (decimal): -13270700 or 5538101. OLE color: 5538101.

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

Color convert

RGB 53 129 84 -
CMYK 0.59 0 0.35 0.49
HSL 144.47º 0.42% 0.36% -
HSV(B) 144.47º 0.59% 0.51% -
XYZ 10.92 17.1 11.11 -
YUV 101.15 118.32 93.66 -
System Red Green Blue C M Y K H S L
Decimal 53 129 84 0.59 0 0.35 0.49 144.47 0.42 0.36
Hex 35 81 54 3B 0 23 31 90 2A 24
Octal 65 201 124 73 0 43 61 220 52 44
Binary 110101 10000001 1010100 111011 0 100011 110001 10010000 101010 100100

Color Harmonies of #358154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358154

Black with #358154

Text Example


Text Example

White with #358154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358154; }

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

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

background-color css

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

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

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

border-color css

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

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

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