#38824A

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

Shades of Amazon #38824A

Tints of Amazon #38824A

Color information

#38824A (or 0x38824A) is unknown color: approx Amazon. HEX triplet: 38, 82 and 4A. RGB value is (56,130,74). Sum of RGB (Red+Green+Blue) = 56+130+74=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #38824A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38824A is #C77DB5. Grayscale: #656565. Windows color (decimal): -13073846 or 4883000. OLE color: 4883000.

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

Color convert

RGB5613074-
CMYK0.5700.430.49
HSL134.59º39.78%36.47%-
HSV(B)134.59º56.92%50.98%-
XYZ10.8517.39.25-
YUV101.49112.4895.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.54%
GREEN value IS 130 (51.17% from 255) = 50%
BLUE value IS 74 (29.30% from 255) = 28.46%
R=21.54%
G=50%
B=28.46%

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
Decimal56130740.5700.430.49134.5939.7836.47
Hex38824A3902B31872824
Octal7020211271053612075044
Binary111000100000101001010111001010101111000110000111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38824A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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