#38765A

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

Shades of Amazon #38765A

Tints of Amazon #38765A

Color information

#38765A (or 0x38765A) is unknown color: approx Amazon. HEX triplet: 38, 76 and 5A. RGB value is (56,118,90). Sum of RGB (Red+Green+Blue) = 56+118+90=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 118 - color contains mainly: green. Hex color #38765A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38765A is #C789A5. Grayscale: #606060. Windows color (decimal): -13076902 or 5928504. OLE color: 5928504.

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

Color convert

RGB5611890-
CMYK0.5300.240.54
HSL152.9º35.63%34.12%-
HSV(B)152.9º52.54%46.27%-
XYZ9.9514.5411.95-
YUV96.27124.4699.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.21%
GREEN value IS 118 (46.48% from 255) = 44.70%
BLUE value IS 90 (35.55% from 255) = 34.09%
R=21.21%
G=44.70%
B=34.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56118900.5300.240.54152.935.6334.12
Hex38765A3501836992422
Octal7016613265030662314442
Binary1110001110110101101011010101100011011010011001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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