#338447

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

Shades of Amazon #338447

Tints of Amazon #338447

Color information

#338447 (or 0x338447) is unknown color: approx Amazon. HEX triplet: 33, 84 and 47. RGB value is (51,132,71). Sum of RGB (Red+Green+Blue) = 51+132+71=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 132 (51.95% from 255 or 51.97% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 132 - color contains mainly: green. Hex color #338447 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338447 is #CC7BB8. Grayscale: #646464. Windows color (decimal): -13401017 or 4686899. OLE color: 4686899.

HSL color Cylindrical-coordinate representation of color #338447: hue angle of 134.81º 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 #338447 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB5113271-
CMYK0.6100.460.48
HSL134.81º44.26%35.88%-
HSV(B)134.81º61.36%51.76%-
XYZ10.7517.668.8-
YUV100.83111.1692.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.08%
GREEN value IS 132 (51.95% from 255) = 51.97%
BLUE value IS 71 (28.12% from 255) = 27.95%
R=20.08%
G=51.97%
B=27.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51132710.6100.460.48134.8144.2635.88
Hex3384473D02E30872c24
Octal6320410775056602075444
Binary110011100001001000111111101010111011000010000111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338447; }

 p { color: rgb(51,132,71); }

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

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

 a { background-color: rgb(51,132,71); }

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

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

 span { border-color: rgb(51,132,71); }

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