#307645

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

Shades of Amazon #307645

Tints of Amazon #307645

Color information

#307645 (or 0x307645) is unknown color: approx Amazon. HEX triplet: 30, 76 and 45. RGB value is (48,118,69). Sum of RGB (Red+Green+Blue) = 48+118+69=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #307645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307645 is #CF89BA. Grayscale: #5B5B5B. Windows color (decimal): -13601211 or 4552240. OLE color: 4552240.

HSL color Cylindrical-coordinate representation of color #307645: hue angle of 138º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307645 is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB4811869-
CMYK0.5900.420.54
HSL138º42.17%32.55%-
HSV(B)138º59.32%46.27%-
XYZ8.7714.017.87-
YUV91.48115.3196.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.43%
GREEN value IS 118 (46.48% from 255) = 50.21%
BLUE value IS 69 (27.34% from 255) = 29.36%
R=20.43%
G=50.21%
B=29.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48118690.5900.420.5413842.1732.55
Hex3076453B02A368a2a21
Octal6016610573052662125241
Binary11000011101101000101111011010101011011010001010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307645; }

 p { color: rgb(48,118,69); }

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

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

 a { background-color: rgb(48,118,69); }

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

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

 span { border-color: rgb(48,118,69); }

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