#38764A

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

Shades of Amazon #38764A

Tints of Amazon #38764A

Color information

#38764A (or 0x38764A) is unknown color: approx Amazon. HEX triplet: 38, 76 and 4A. RGB value is (56,118,74). Sum of RGB (Red+Green+Blue) = 56+118+74=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #38764A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38764A is #C789B5. Grayscale: #5E5E5E. Windows color (decimal): -13076918 or 4879928. OLE color: 4879928.

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

Color convert

RGB5611874-
CMYK0.5300.370.54
HSL137.42º35.63%34.12%-
HSV(B)137.42º52.54%46.27%-
XYZ9.3514.298.74-
YUV94.45116.46100.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.58%
GREEN value IS 118 (46.48% from 255) = 47.58%
BLUE value IS 74 (29.30% from 255) = 29.84%
R=22.58%
G=47.58%
B=29.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56118740.5300.370.54137.4235.6334.12
Hex38764A3502536892422
Octal7016611265045662114442
Binary11100011101101001010110101010010111011010001001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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