#38765C

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

Shades of Amazon #38765C

Tints of Amazon #38765C

Color information

#38765C (or 0x38765C) is unknown color: approx Amazon. HEX triplet: 38, 76 and 5C. RGB value is (56,118,92). Sum of RGB (Red+Green+Blue) = 56+118+92=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 118 - color contains mainly: green. Hex color #38765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38765C is #C789A3. Grayscale: #606060. Windows color (decimal): -13076900 or 6059576. OLE color: 6059576.

HSL color Cylindrical-coordinate representation of color #38765C: hue angle of 154.84º 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 #38765C is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB5611892-
CMYK0.5300.220.54
HSL154.84º35.63%34.12%-
HSV(B)154.84º52.54%46.27%-
XYZ10.0414.5712.41-
YUV96.5125.4699.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.05%
GREEN value IS 118 (46.48% from 255) = 44.36%
BLUE value IS 92 (36.33% from 255) = 34.59%
R=21.05%
G=44.36%
B=34.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56118920.5300.220.54154.8435.6334.12
Hex38765C35016369b2422
Octal7016613465026662334442
Binary1110001110110101110011010101011011011010011011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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