#38824C

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

Shades of Amazon #38824C

Tints of Amazon #38824C

Color information

#38824C (or 0x38824C) is unknown color: approx Amazon. HEX triplet: 38, 82 and 4C. RGB value is (56,130,76). Sum of RGB (Red+Green+Blue) = 56+130+76=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #38824C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38824C is #C77DB3. Grayscale: #656565. Windows color (decimal): -13073844 or 5014072. OLE color: 5014072.

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

Color convert

RGB5613076-
CMYK0.5700.420.49
HSL136.22º39.78%36.47%-
HSV(B)136.22º56.92%50.98%-
XYZ10.9217.339.61-
YUV101.72113.4895.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.37%
GREEN value IS 130 (51.17% from 255) = 49.62%
BLUE value IS 76 (30.08% from 255) = 29.01%
R=21.37%
G=49.62%
B=29.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56130760.5700.420.49136.2239.7836.47
Hex38824C3902A31882824
Octal7020211471052612105044
Binary111000100000101001100111001010101011000110001000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38824C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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