#35834C

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

Shades of Amazon #35834C

Tints of Amazon #35834C

Color information

#35834C (or 0x35834C) is unknown color: approx Amazon. HEX triplet: 35, 83 and 4C. RGB value is (53,131,76). Sum of RGB (Red+Green+Blue) = 53+131+76=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 131 (51.56% from 255 or 50.38% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 131 - color contains mainly: green. Hex color #35834C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35834C is #CA7CB3. Grayscale: #656565. Windows color (decimal): -13270196 or 5014325. OLE color: 5014325.

HSL color Cylindrical-coordinate representation of color #35834C: hue angle of 137.69º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35834C is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB5313176-
CMYK0.6000.420.49
HSL137.69º42.39%36.08%-
HSV(B)137.69º59.54%51.37%-
XYZ10.8917.519.64-
YUV101.41113.6693.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.38%
GREEN value IS 131 (51.56% from 255) = 50.38%
BLUE value IS 76 (30.08% from 255) = 29.23%
R=20.38%
G=50.38%
B=29.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53131760.6000.420.49137.6942.3936.08
Hex35834C3C02A318a2a24
Octal6520311474052612125244
Binary110101100000111001100111100010101011000110001010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35834C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35834C; }

 p { color: rgb(53,131,76); }

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

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

 a { background-color: rgb(53,131,76); }

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

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

 span { border-color: rgb(53,131,76); }

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