#38764D

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

Shades of Amazon #38764D

Tints of Amazon #38764D

Color information

#38764D (or 0x38764D) is unknown color: approx Amazon. HEX triplet: 38, 76 and 4D. RGB value is (56,118,77). Sum of RGB (Red+Green+Blue) = 56+118+77=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #38764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38764D is #C789B2. Grayscale: #5E5E5E. Windows color (decimal): -13076915 or 5076536. OLE color: 5076536.

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

Color convert

RGB5611877-
CMYK0.5300.350.54
HSL140.32º35.63%34.12%-
HSV(B)140.32º52.54%46.27%-
XYZ9.4514.339.29-
YUV94.79117.96100.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 118 (46.48% from 255) = 47.01%
BLUE value IS 77 (30.47% from 255) = 30.68%
R=22.31%
G=47.01%
B=30.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56118770.5300.350.54140.3235.6334.12
Hex38764D35023368c2422
Octal7016611565043662144442
Binary11100011101101001101110101010001111011010001100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38764D; }

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

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

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

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

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

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

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

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