#348944

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

Shades of Amazon #348944

Tints of Amazon #348944

Color information

#348944 (or 0x348944) is unknown color: approx Amazon. HEX triplet: 34, 89 and 44. RGB value is (52,137,68). Sum of RGB (Red+Green+Blue) = 52+137+68=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #348944 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348944 is #CB76BB. Grayscale: #676767. Windows color (decimal): -13334204 or 4491572. OLE color: 4491572.

HSL color Cylindrical-coordinate representation of color #348944: hue angle of 131.29º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348944 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB5213768-
CMYK0.6200.500.46
HSL131.29º44.97%37.06%-
HSV(B)131.29º62.04%53.73%-
XYZ11.4119.048.54-
YUV103.72107.8491.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.23%
GREEN value IS 137 (53.91% from 255) = 53.31%
BLUE value IS 68 (26.95% from 255) = 26.46%
R=20.23%
G=53.31%
B=26.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52137680.6200.500.46131.2944.9737.06
Hex3489443E0322E832d25
Octal6421110476062562035545
Binary110100100010011000100111110011001010111010000011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348944; }

 p { color: rgb(52,137,68); }

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

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

 a { background-color: rgb(52,137,68); }

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

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

 span { border-color: rgb(52,137,68); }

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