#38824E

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

Shades of Amazon #38824E

Tints of Amazon #38824E

Color information

#38824E (or 0x38824E) is unknown color: approx Amazon. HEX triplet: 38, 82 and 4E. RGB value is (56,130,78). Sum of RGB (Red+Green+Blue) = 56+130+78=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #38824E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38824E is #C77DB1. Grayscale: #666666. Windows color (decimal): -13073842 or 5145144. OLE color: 5145144.

HSL color Cylindrical-coordinate representation of color #38824E: hue angle of 137.84º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38824E is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB5613078-
CMYK0.5700.400.49
HSL137.84º39.78%36.47%-
HSV(B)137.84º56.92%50.98%-
XYZ10.9917.369.98-
YUV101.95114.4895.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.21%
GREEN value IS 130 (51.17% from 255) = 49.24%
BLUE value IS 78 (30.86% from 255) = 29.55%
R=21.21%
G=49.24%
B=29.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56130780.5700.400.49137.8439.7836.47
Hex38824E39028318a2824
Octal7020211671050612125044
Binary111000100000101001110111001010100011000110001010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38824E; }

 p { color: rgb(56,130,78); }

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

<style>
 a { background-color: #38824E; }

 a { background-color: rgb(56,130,78); }

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

<style>
 span { border-color: #38824E; }

 span { border-color: rgb(56,130,78); }

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