#348148

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

Shades of Amazon #348148

Tints of Amazon #348148

Color information

#348148 (or 0x348148) is unknown color: approx Amazon. HEX triplet: 34, 81 and 48. RGB value is (52,129,72). Sum of RGB (Red+Green+Blue) = 52+129+72=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #348148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348148 is #CB7EB7. Grayscale: #636363. Windows color (decimal): -13336248 or 4751668. OLE color: 4751668.

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

Color convert

RGB5212972-
CMYK0.6000.440.49
HSL135.58º42.54%35.49%-
HSV(B)135.58º59.69%50.59%-
XYZ10.4416.98.84-
YUV99.48112.4994.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.55%
GREEN value IS 129 (50.78% from 255) = 50.99%
BLUE value IS 72 (28.52% from 255) = 28.46%
R=20.55%
G=50.99%
B=28.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52129720.6000.440.49135.5842.5435.49
Hex3481483C02C31882b23
Octal6420111074054612105343
Binary110100100000011001000111100010110011000110001000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348148; }

 p { color: rgb(52,129,72); }

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

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

 a { background-color: rgb(52,129,72); }

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

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

 span { border-color: rgb(52,129,72); }

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