#38694B

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

Shades of Amazon #38694B

Tints of Amazon #38694B

Color information

#38694B (or 0x38694B) is unknown color: approx Amazon. HEX triplet: 38, 69 and 4B. RGB value is (56,105,75). Sum of RGB (Red+Green+Blue) = 56+105+75=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #38694B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38694B is #C796B4. Grayscale: #575757. Windows color (decimal): -13080245 or 4942136. OLE color: 4942136.

HSL color Cylindrical-coordinate representation of color #38694B: hue angle of 143.27º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #38694B is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB5610575-
CMYK0.4700.290.59
HSL143.27º30.43%31.57%-
HSV(B)143.27º46.67%41.18%-
XYZ7.9511.458.45-
YUV86.93121.27105.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 105 (41.41% from 255) = 44.49%
BLUE value IS 75 (29.69% from 255) = 31.78%
R=23.73%
G=44.49%
B=31.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56105750.4700.290.59143.2730.4331.57
Hex38694B2F01D3B8f1e20
Octal7015111357035732173640
Binary111000110100110010111011110111011110111000111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38694B; }

 p { color: rgb(56,105,75); }

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

<style>
 a { background-color: #38694B; }

 a { background-color: rgb(56,105,75); }

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

<style>
 span { border-color: #38694B; }

 span { border-color: rgb(56,105,75); }

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