#38854C

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

Shades of Amazon #38854C

Tints of Amazon #38854C

Color information

#38854C (or 0x38854C) is unknown color: approx Amazon. HEX triplet: 38, 85 and 4C. RGB value is (56,133,76). Sum of RGB (Red+Green+Blue) = 56+133+76=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #38854C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38854C is #C77AB3. Grayscale: #676767. Windows color (decimal): -13073076 or 5014840. OLE color: 5014840.

HSL color Cylindrical-coordinate representation of color #38854C: hue angle of 135.58º degrees, saturation: 0.41, 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 #38854C is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB5613376-
CMYK0.5800.430.48
HSL135.58º40.74%37.06%-
HSV(B)135.58º57.89%52.16%-
XYZ11.3218.149.74-
YUV103.48112.4994.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 133 (52.34% from 255) = 50.19%
BLUE value IS 76 (30.08% from 255) = 28.68%
R=21.13%
G=50.19%
B=28.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56133760.5800.430.48135.5840.7437.06
Hex38854C3A02B30882925
Octal7020511472053602105145
Binary111000100001011001100111010010101111000010001000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38854C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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