#38845A

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

Shades of Amazon #38845A

Tints of Amazon #38845A

Color information

#38845A (or 0x38845A) is unknown color: approx Amazon. HEX triplet: 38, 84 and 5A. RGB value is (56,132,90). Sum of RGB (Red+Green+Blue) = 56+132+90=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 132 - color contains mainly: green. Hex color #38845A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38845A is #C77BA5. Grayscale: #686868. Windows color (decimal): -13073318 or 5932088. OLE color: 5932088.

HSL color Cylindrical-coordinate representation of color #38845A: hue angle of 146.84º 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 #38845A is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB5613290-
CMYK0.5800.320.48
HSL146.84º40.43%36.86%-
HSV(B)146.84º57.58%51.76%-
XYZ11.7318.0812.54-
YUV104.49119.8293.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.14%
GREEN value IS 132 (51.95% from 255) = 47.48%
BLUE value IS 90 (35.55% from 255) = 32.37%
R=20.14%
G=47.48%
B=32.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56132900.5800.320.48146.8440.4336.86
Hex38845A3A02030932825
Octal7020413272040602235045
Binary111000100001001011010111010010000011000010010011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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