#388751

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

Shades of Amazon #388751

Tints of Amazon #388751

Color information

#388751 (or 0x388751) is unknown color: approx Amazon. HEX triplet: 38, 87 and 51. RGB value is (56,135,81). Sum of RGB (Red+Green+Blue) = 56+135+81=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 135 - color contains mainly: green. Hex color #388751 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388751 is #C778AE. Grayscale: #696969. Windows color (decimal): -13072559 or 5343032. OLE color: 5343032.

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

Color convert

RGB5613581-
CMYK0.5900.400.47
HSL138.99º41.36%37.45%-
HSV(B)138.99º58.52%52.94%-
XYZ11.7818.7610.79-
YUV105.22114.3392.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.59%
GREEN value IS 135 (53.12% from 255) = 49.63%
BLUE value IS 81 (32.03% from 255) = 29.78%
R=20.59%
G=49.63%
B=29.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56135810.5900.400.47138.9941.3637.45
Hex3887513B0282F8b2925
Octal7020712173050572135145
Binary111000100001111010001111011010100010111110001011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388751; }

 p { color: rgb(56,135,81); }

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

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

 a { background-color: rgb(56,135,81); }

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

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

 span { border-color: rgb(56,135,81); }

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