#38864B

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

Shades of Amazon #38864B

Tints of Amazon #38864B

Color information

#38864B (or 0x38864B) is unknown color: approx Amazon. HEX triplet: 38, 86 and 4B. RGB value is (56,134,75). Sum of RGB (Red+Green+Blue) = 56+134+75=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 134 (52.73% from 255 or 50.57% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 134 - color contains mainly: green. Hex color #38864B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38864B is #C779B4. Grayscale: #686868. Windows color (decimal): -13072821 or 4949560. OLE color: 4949560.

HSL color Cylindrical-coordinate representation of color #38864B: hue angle of 134.62º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38864B is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB5613475-
CMYK0.5800.440.47
HSL134.62º41.05%37.25%-
HSV(B)134.62º58.21%52.55%-
XYZ11.4318.49.61-
YUV103.95111.6693.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 134 (52.73% from 255) = 50.57%
BLUE value IS 75 (29.69% from 255) = 28.30%
R=21.13%
G=50.57%
B=28.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56134750.5800.440.47134.6241.0537.25
Hex38864B3A02C2F872925
Octal7020611372054572075145
Binary111000100001101001011111010010110010111110000111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38864B; }

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

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

<style>
 a { background-color: #38864B; }

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

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

<style>
 span { border-color: #38864B; }

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

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