#348255

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

Shades of Amazon #348255

Tints of Amazon #348255

Color information

#348255 (or 0x348255) is unknown color: approx Amazon. HEX triplet: 34, 82 and 55. RGB value is (52,130,85). Sum of RGB (Red+Green+Blue) = 52+130+85=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #348255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348255 is #CB7DAA. Grayscale: #656565. Windows color (decimal): -13335979 or 5603892. OLE color: 5603892.

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

Color convert

RGB5213085-
CMYK0.6000.350.49
HSL145.38º42.86%35.69%-
HSV(B)145.38º60%50.98%-
XYZ11.0417.3511.36-
YUV101.55118.6692.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.48%
GREEN value IS 130 (51.17% from 255) = 48.69%
BLUE value IS 85 (33.59% from 255) = 31.84%
R=19.48%
G=48.69%
B=31.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52130850.6000.350.49145.3842.8635.69
Hex3482553C02331912b24
Octal6420212574043612215344
Binary110100100000101010101111100010001111000110010001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348255; }

 p { color: rgb(52,130,85); }

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

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

 a { background-color: rgb(52,130,85); }

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

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

 span { border-color: rgb(52,130,85); }

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