#38814A

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

Shades of Amazon #38814A

Tints of Amazon #38814A

Color information

#38814A (or 0x38814A) is unknown color: approx Amazon. HEX triplet: 38, 81 and 4A. RGB value is (56,129,74). Sum of RGB (Red+Green+Blue) = 56+129+74=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 129 (50.78% from 255 or 49.81% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 129 - color contains mainly: green. Hex color #38814A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38814A is #C77EB5. Grayscale: #656565. Windows color (decimal): -13074102 or 4882744. OLE color: 4882744.

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

Color convert

RGB5612974-
CMYK0.5700.430.49
HSL134.79º39.46%36.27%-
HSV(B)134.79º56.59%50.59%-
XYZ10.7217.049.2-
YUV100.9112.8295.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.62%
GREEN value IS 129 (50.78% from 255) = 49.81%
BLUE value IS 74 (29.30% from 255) = 28.57%
R=21.62%
G=49.81%
B=28.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56129740.5700.430.49134.7939.4636.27
Hex38814A3902B31872724
Octal7020111271053612074744
Binary111000100000011001010111001010101111000110000111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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