#35714B

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

Shades of Amazon #35714B

Tints of Amazon #35714B

Color information

#35714B (or 0x35714B) is unknown color: approx Amazon. HEX triplet: 35, 71 and 4B. RGB value is (53,113,75). Sum of RGB (Red+Green+Blue) = 53+113+75=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #35714B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35714B is #CA8EB4. Grayscale: #5A5A5A. Windows color (decimal): -13274805 or 4944181. OLE color: 4944181.

HSL color Cylindrical-coordinate representation of color #35714B: hue angle of 142º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #35714B is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB5311375-
CMYK0.5300.340.56
HSL142º36.14%32.55%-
HSV(B)142º53.1%44.31%-
XYZ8.6413.088.72-
YUV90.73119.12101.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 113 (44.53% from 255) = 46.89%
BLUE value IS 75 (29.69% from 255) = 31.12%
R=21.99%
G=46.89%
B=31.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53113750.5300.340.5614236.1432.55
Hex35714B35022388e2421
Octal6516111365042702164441
Binary11010111100011001011110101010001011100010001110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35714B; }

 p { color: rgb(53,113,75); }

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

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

 a { background-color: rgb(53,113,75); }

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

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

 span { border-color: rgb(53,113,75); }

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