#38874A

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

Shades of Amazon #38874A

Tints of Amazon #38874A

Color information

#38874A (or 0x38874A) is unknown color: approx Amazon. HEX triplet: 38, 87 and 4A. RGB value is (56,135,74). Sum of RGB (Red+Green+Blue) = 56+135+74=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 135 (53.12% from 255 or 50.94% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 135 - color contains mainly: green. Hex color #38874A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38874A is #C778B5. Grayscale: #686868. Windows color (decimal): -13072566 or 4884280. OLE color: 4884280.

HSL color Cylindrical-coordinate representation of color #38874A: hue angle of 133.67º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38874A is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB5613574-
CMYK0.5900.450.47
HSL133.67º41.36%37.45%-
HSV(B)133.67º58.52%52.94%-
XYZ11.5318.669.47-
YUV104.42110.8393.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 135 (53.12% from 255) = 50.94%
BLUE value IS 74 (29.30% from 255) = 27.92%
R=21.13%
G=50.94%
B=27.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56135740.5900.450.47133.6741.3637.45
Hex38874A3B02D2F862925
Octal7020711273055572065145
Binary111000100001111001010111011010110110111110000110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38874A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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