#38814E

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

Shades of Amazon #38814E

Tints of Amazon #38814E

Color information

#38814E (or 0x38814E) is unknown color: approx Amazon. HEX triplet: 38, 81 and 4E. RGB value is (56,129,78). Sum of RGB (Red+Green+Blue) = 56+129+78=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 129 (50.78% from 255 or 49.05% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 129 - color contains mainly: green. Hex color #38814E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38814E is #C77EB1. Grayscale: #656565. Windows color (decimal): -13074098 or 5144888. OLE color: 5144888.

HSL color Cylindrical-coordinate representation of color #38814E: hue angle of 138.08º degrees, saturation: 0.39, 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 #38814E is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB5612978-
CMYK0.5700.400.49
HSL138.08º39.46%36.27%-
HSV(B)138.08º56.59%50.59%-
XYZ10.8617.099.93-
YUV101.36114.8295.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.29%
GREEN value IS 129 (50.78% from 255) = 49.05%
BLUE value IS 78 (30.86% from 255) = 29.66%
R=21.29%
G=49.05%
B=29.66%

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
Decimal56129780.5700.400.49138.0839.4636.27
Hex38814E39028318a2724
Octal7020111671050612124744
Binary111000100000011001110111001010100011000110001010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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