#38844F

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

Shades of Amazon #38844F

Tints of Amazon #38844F

Color information

#38844F (or 0x38844F) is unknown color: approx Amazon. HEX triplet: 38, 84 and 4F. RGB value is (56,132,79). Sum of RGB (Red+Green+Blue) = 56+132+79=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 132 (51.95% from 255 or 49.44% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 132 - color contains mainly: green. Hex color #38844F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38844F is #C77BB0. Grayscale: #676767. Windows color (decimal): -13073329 or 5211192. OLE color: 5211192.

HSL color Cylindrical-coordinate representation of color #38844F: hue angle of 138.16º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38844F is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB5613279-
CMYK0.5800.400.48
HSL138.16º40.43%36.86%-
HSV(B)138.16º57.58%51.76%-
XYZ11.2917.9110.26-
YUV103.23114.3294.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.97%
GREEN value IS 132 (51.95% from 255) = 49.44%
BLUE value IS 79 (31.25% from 255) = 29.59%
R=20.97%
G=49.44%
B=29.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56132790.5800.400.48138.1640.4336.86
Hex38844F3A028308a2825
Octal7020411772050602125045
Binary111000100001001001111111010010100011000010001010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38844F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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