#386948

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

Shades of Amazon #386948

Tints of Amazon #386948

Color information

#386948 (or 0x386948) is unknown color: approx Amazon. HEX triplet: 38, 69 and 48. RGB value is (56,105,72). Sum of RGB (Red+Green+Blue) = 56+105+72=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 105 - color contains mainly: green. Hex color #386948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386948 is #C796B7. Grayscale: #565656. Windows color (decimal): -13080248 or 4745528. OLE color: 4745528.

HSL color Cylindrical-coordinate representation of color #386948: hue angle of 139.59º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386948 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB5610572-
CMYK0.4700.310.59
HSL139.59º30.43%31.57%-
HSV(B)139.59º46.67%41.18%-
XYZ7.8511.417.92-
YUV86.59119.77106.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 105 (41.41% from 255) = 45.06%
BLUE value IS 72 (28.52% from 255) = 30.90%
R=24.03%
G=45.06%
B=30.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56105720.4700.310.59139.5930.4331.57
Hex3869482F01F3B8c1e20
Octal7015111057037732143640
Binary111000110100110010001011110111111110111000110011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386948; }

 p { color: rgb(56,105,72); }

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

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

 a { background-color: rgb(56,105,72); }

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

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

 span { border-color: rgb(56,105,72); }

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