#39825C

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

Shades of Amazon #39825C

Tints of Amazon #39825C

Color information

#39825C (or 0x39825C) is unknown color: approx Amazon. HEX triplet: 39, 82 and 5C. RGB value is (57,130,92). Sum of RGB (Red+Green+Blue) = 57+130+92=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #39825C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39825C is #C67DA3. Grayscale: #676767. Windows color (decimal): -13008292 or 6062649. OLE color: 6062649.

HSL color Cylindrical-coordinate representation of color #39825C: hue angle of 148.77º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #39825C is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB5713092-
CMYK0.5600.290.49
HSL148.77º39.04%36.67%-
HSV(B)148.77º56.15%50.98%-
XYZ11.617.6112.91-
YUV103.84121.3294.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.43%
GREEN value IS 130 (51.17% from 255) = 46.59%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=20.43%
G=46.59%
B=32.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57130920.5600.290.49148.7739.0436.67
Hex39825C3801D31952725
Octal7120213470035612254745
Binary11100110000010101110011100001110111000110010101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,130,92); }

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

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

 a { background-color: rgb(57,130,92); }

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

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

 span { border-color: rgb(57,130,92); }

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