Html Css Color HEX #386A4E Amazon

📋 copy color: '#386A4E'

red 56 ◦ green 106 ◦ blue 78

#386A4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #386A4E

Tints of Amazon #386A4E

RGB

 RED value IS 56 (22.27% from 255) = 23.33%

 GREEN value IS 106 (41.8% from 255) = 44.17%

 BLUE value IS 78 (30.86% from 255) = 32.5%

R = 23.33%
G = 44.17%
B = 32.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#386A4E (or 0x386A4E) is known color: Amazon. HEX triplet: 38, 6A and 4E. RGB value is (56,106,78). Sum of RGB (Red+Green+Blue) = 56+106+78=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 106 - color contains mainly: green. Hex color #386A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386A4E is #C795B1. Grayscale: #575757. Windows color (decimal): -13079986 or 5139000. OLE color: 5139000.

HSL color Cylindrical-coordinate representation of color #386A4E: hue angle of 146.4º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386A4E is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 106 78 -
CMYK 0.47 0 0.26 0.58
HSL 146.4º 0.31% 0.32% -
HSV(B) 146.4º 0.47% 0.42% -
XYZ 8.16 11.7 9.04 -
YUV 87.86 122.44 105.28 -
System Red Green Blue C M Y K H S L
Decimal 56 106 78 0.47 0 0.26 0.58 146.4 0.31 0.32
Hex 38 6A 4E 2F 0 1A 3A 92 1F 20
Octal 70 152 116 57 0 32 72 222 37 40
Binary 111000 1101010 1001110 101111 0 11010 111010 10010010 11111 100000

Color Harmonies of #386A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386A4E

Black with #386A4E

Text Example


Text Example

White with #386A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386A4E; }

 p { color: rgb(56,106,78); }

 H1.HeaderClassName
 {
   color: #386A4E;
 }
 .AnyTagClassName
 {
   color: #386A4E;
 }
</style>

background-color css

<style>
 a { background-color: #386A4E; }

 a { background-color: rgb(56,106,78); }

 div.DivClassName
 {
   background-color: #386A4E;
 }
 .BgClassName
 {
   background-color: #386A4E;
 }
</style>

border-color css

<style>
 span { border-color: #386A4E; }

 span { border-color: rgb(56,106,78); }

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