#35794E

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

Shades of Amazon #35794E

Tints of Amazon #35794E

Color information

#35794E (or 0x35794E) is unknown color: approx Amazon. HEX triplet: 35, 79 and 4E. RGB value is (53,121,78). Sum of RGB (Red+Green+Blue) = 53+121+78=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #35794E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35794E is #CA86B1. Grayscale: #5F5F5F. Windows color (decimal): -13272754 or 5142837. OLE color: 5142837.

HSL color Cylindrical-coordinate representation of color #35794E: hue angle of 142.06º 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 #35794E is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB5312178-
CMYK0.5600.360.53
HSL142.06º39.08%34.12%-
HSV(B)142.06º56.2%47.45%-
XYZ9.6814.989.59-
YUV95.77117.9797.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 121 (47.66% from 255) = 48.02%
BLUE value IS 78 (30.86% from 255) = 30.95%
R=21.03%
G=48.02%
B=30.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53121780.5600.360.53142.0639.0834.12
Hex35794E38024358e2722
Octal6517111670044652164742
Binary11010111110011001110111000010010011010110001110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35794E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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