#348544

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

Shades of Amazon #348544

Tints of Amazon #348544

Color information

#348544 (or 0x348544) is unknown color: approx Amazon. HEX triplet: 34, 85 and 44. RGB value is (52,133,68). Sum of RGB (Red+Green+Blue) = 52+133+68=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #348544 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348544 is #CB7ABB. Grayscale: #656565. Windows color (decimal): -13335228 or 4490548. OLE color: 4490548.

HSL color Cylindrical-coordinate representation of color #348544: hue angle of 131.85º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348544 is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB5213368-
CMYK0.6100.490.48
HSL131.85º43.78%36.27%-
HSV(B)131.85º60.9%52.16%-
XYZ10.8517.928.36-
YUV101.37109.1692.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.55%
GREEN value IS 133 (52.34% from 255) = 52.57%
BLUE value IS 68 (26.95% from 255) = 26.88%
R=20.55%
G=52.57%
B=26.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52133680.6100.490.48131.8543.7836.27
Hex3485443D03130842c24
Octal6420510475061602045444
Binary110100100001011000100111101011000111000010000100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348544; }

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

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

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

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

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

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

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

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