#35794A

Color #35794A Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #35794A

Tints of Amazon #35794A

Color information

#35794A (or 0x35794A) is unknown color: approx Amazon. HEX triplet: 35, 79 and 4A. RGB value is (53,121,74). Sum of RGB (Red+Green+Blue) = 53+121+74=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 121 - color contains mainly: green. Hex color #35794A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35794A is #CA86B5. Grayscale: #5F5F5F. Windows color (decimal): -13272758 or 4880693. OLE color: 4880693.

HSL color Cylindrical-coordinate representation of color #35794A: hue angle of 138.53º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #35794A is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB5312174-
CMYK0.5600.390.53
HSL138.53º39.08%34.12%-
HSV(B)138.53º56.2%47.45%-
XYZ9.5414.938.86-
YUV95.31115.9797.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.37%
GREEN value IS 121 (47.66% from 255) = 48.79%
BLUE value IS 74 (29.30% from 255) = 29.84%
R=21.37%
G=48.79%
B=29.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53121740.5600.390.53138.5339.0834.12
Hex35794A38027358b2722
Octal6517111270047652134742
Binary11010111110011001010111000010011111010110001011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35794A; }

 p { color: rgb(53,121,74); }

 H1.HeaderClassName
 {
   color: #35794A;
 }
 .AnyTagClassName
 {
   color: #35794A;
 }
</style>
background-color css

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

 a { background-color: rgb(53,121,74); }

 div.DivClassName
 {
   background-color: #35794A;
 }
 .BgClassName
 {
   background-color: #35794A;
 }
</style>
border-color css

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

 span { border-color: rgb(53,121,74); }

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