#38764F

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

Shades of Amazon #38764F

Tints of Amazon #38764F

Color information

#38764F (or 0x38764F) is unknown color: approx Amazon. HEX triplet: 38, 76 and 4F. RGB value is (56,118,79). Sum of RGB (Red+Green+Blue) = 56+118+79=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #38764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38764F is #C789B0. Grayscale: #5F5F5F. Windows color (decimal): -13076913 or 5207608. OLE color: 5207608.

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

Color convert

RGB5611879-
CMYK0.5300.330.54
HSL142.26º35.63%34.12%-
HSV(B)142.26º52.54%46.27%-
XYZ9.5214.369.67-
YUV95.02118.96100.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.13%
GREEN value IS 118 (46.48% from 255) = 46.64%
BLUE value IS 79 (31.25% from 255) = 31.23%
R=22.13%
G=46.64%
B=31.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56118790.5300.330.54142.2635.6334.12
Hex38764F35021368e2422
Octal7016611765041662164442
Binary11100011101101001111110101010000111011010001110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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