#38824F

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

Shades of Amazon #38824F

Tints of Amazon #38824F

Color information

#38824F (or 0x38824F) is unknown color: approx Amazon. HEX triplet: 38, 82 and 4F. RGB value is (56,130,79). Sum of RGB (Red+Green+Blue) = 56+130+79=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #38824F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38824F is #C77DB0. Grayscale: #666666. Windows color (decimal): -13073841 or 5210680. OLE color: 5210680.

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

Color convert

RGB5613079-
CMYK0.5700.390.49
HSL138.65º39.78%36.47%-
HSV(B)138.65º56.92%50.98%-
XYZ11.0217.3710.17-
YUV102.06114.9895.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 130 (51.17% from 255) = 49.06%
BLUE value IS 79 (31.25% from 255) = 29.81%
R=21.13%
G=49.06%
B=29.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56130790.5700.390.49138.6539.7836.47
Hex38824F39027318b2824
Octal7020211771047612135044
Binary111000100000101001111111001010011111000110001011101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38824F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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