#38834A

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

Shades of Amazon #38834A

Tints of Amazon #38834A

Color information

#38834A (or 0x38834A) is unknown color: approx Amazon. HEX triplet: 38, 83 and 4A. RGB value is (56,131,74). Sum of RGB (Red+Green+Blue) = 56+131+74=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #38834A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38834A is #C77CB5. Grayscale: #666666. Windows color (decimal): -13073590 or 4883256. OLE color: 4883256.

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

Color convert

RGB5613174-
CMYK0.5700.440.49
HSL134.4º40.11%36.67%-
HSV(B)134.4º57.25%51.37%-
XYZ10.9817.579.29-
YUV102.08112.1595.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.46%
GREEN value IS 131 (51.56% from 255) = 50.19%
BLUE value IS 74 (29.30% from 255) = 28.35%
R=21.46%
G=50.19%
B=28.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56131740.5700.440.49134.440.1136.67
Hex38834A3902C31862825
Octal7020311271054612065045
Binary111000100000111001010111001010110011000110000110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38834A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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