#38764b

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

Shades of Amazon #38764B

Tints of Amazon #38764B

Color information

#38764B (or 0x38764B) is unknown color: approx Amazon. HEX triplet: 38, 76 and 4B. RGB value is (56,118,75). Sum of RGB (Red+Green+Blue) = 56+118+75=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #38764B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38764B is #C789B4. Grayscale: #5E5E5E. Windows color (decimal): -13076917 or 4945464. OLE color: 4945464.

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

Color convert

RGB5611875-
CMYK0.5300.360.54
HSL138.39º35.63%34.12%-
HSV(B)138.39º52.54%46.27%-
XYZ9.3814.318.92-
YUV94.56116.96100.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 118 (46.48% from 255) = 47.39%
BLUE value IS 75 (29.69% from 255) = 30.12%
R=22.49%
G=47.39%
B=30.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56118750.5300.360.54138.3935.6334.12
Hex38764B35024368a2422
Octal7016611365044662124442
Binary11100011101101001011110101010010011011010001010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38764b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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