#388555

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

Shades of Amazon #388555

Tints of Amazon #388555

Color information

#388555 (or 0x388555) is unknown color: approx Amazon. HEX triplet: 38, 85 and 55. RGB value is (56,133,85). Sum of RGB (Red+Green+Blue) = 56+133+85=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #388555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388555 is #C77AAA. Grayscale: #686868. Windows color (decimal): -13073067 or 5604664. OLE color: 5604664.

HSL color Cylindrical-coordinate representation of color #388555: hue angle of 142.6º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388555 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB5613385-
CMYK0.5800.360.48
HSL142.6º40.74%37.06%-
HSV(B)142.6º57.89%52.16%-
XYZ11.6618.2711.51-
YUV104.5116.9993.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.44%
GREEN value IS 133 (52.34% from 255) = 48.54%
BLUE value IS 85 (33.59% from 255) = 31.02%
R=20.44%
G=48.54%
B=31.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56133850.5800.360.48142.640.7437.06
Hex3885553A024308f2925
Octal7020512572044602175145
Binary111000100001011010101111010010010011000010001111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388555; }

 p { color: rgb(56,133,85); }

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

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

 a { background-color: rgb(56,133,85); }

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

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

 span { border-color: rgb(56,133,85); }

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