#308346

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

Shades of Amazon #308346

Tints of Amazon #308346

Color information

#308346 (or 0x308346) is unknown color: approx Amazon. HEX triplet: 30, 83 and 46. RGB value is (48,131,70). Sum of RGB (Red+Green+Blue) = 48+131+70=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 131 (51.56% from 255 or 52.61% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 131 - color contains mainly: green. Hex color #308346 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308346 is #CF7CB9. Grayscale: #636363. Windows color (decimal): -13597882 or 4621104. OLE color: 4621104.

HSL color Cylindrical-coordinate representation of color #308346: hue angle of 135.9º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308346 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB4813170-
CMYK0.6300.470.49
HSL135.9º46.37%35.1%-
HSV(B)135.9º63.36%51.37%-
XYZ10.4417.38.58-
YUV99.23111.591.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.28%
GREEN value IS 131 (51.56% from 255) = 52.61%
BLUE value IS 70 (27.73% from 255) = 28.11%
R=19.28%
G=52.61%
B=28.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48131700.6300.470.49135.946.3735.1
Hex3083463F02F31882e23
Octal6020310677057612105643
Binary110000100000111000110111111010111111000110001000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308346; }

 p { color: rgb(48,131,70); }

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

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

 a { background-color: rgb(48,131,70); }

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

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

 span { border-color: rgb(48,131,70); }

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