#38755A

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

Shades of Amazon #38755A

Tints of Amazon #38755A

Color information

#38755A (or 0x38755A) is unknown color: approx Amazon. HEX triplet: 38, 75 and 5A. RGB value is (56,117,90). Sum of RGB (Red+Green+Blue) = 56+117+90=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 117 - color contains mainly: green. Hex color #38755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38755A is #C78AA5. Grayscale: #5F5F5F. Windows color (decimal): -13077158 or 5928248. OLE color: 5928248.

HSL color Cylindrical-coordinate representation of color #38755A: hue angle of 153.44º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38755A is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB5611790-
CMYK0.5200.230.54
HSL153.44º35.26%33.92%-
HSV(B)153.44º52.14%45.88%-
XYZ9.8414.311.91-
YUV95.68124.7999.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.29%
GREEN value IS 117 (46.09% from 255) = 44.49%
BLUE value IS 90 (35.55% from 255) = 34.22%
R=21.29%
G=44.49%
B=34.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56117900.5200.230.54153.4435.2633.92
Hex38755A3401736992322
Octal7016513264027662314342
Binary1110001110101101101011010001011111011010011001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38755A; }

 p { color: rgb(56,117,90); }

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

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

 a { background-color: rgb(56,117,90); }

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

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

 span { border-color: rgb(56,117,90); }

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