Html Css Color HEX #386B4E Amazon

📋 copy color: '#386B4E'

red 56 ◦ green 107 ◦ blue 78

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

Shades of Amazon #386B4E

Tints of Amazon #386B4E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.4%

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

R = 23.24%
G = 44.4%
B = 32.37%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#386B4E (or 0x386B4E) is known color: Amazon. HEX triplet: 38, 6B and 4E. RGB value is (56,107,78). Sum of RGB (Red+Green+Blue) = 56+107+78=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 107 - color contains mainly: green. Hex color #386B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386B4E is #C794B1. Grayscale: #585858. Windows color (decimal): -13079730 or 5139256. OLE color: 5139256.

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

Color convert

RGB 56 107 78 -
CMYK 0.48 0 0.27 0.58
HSL 145.88º 0.31% 0.32% -
HSV(B) 145.88º 0.48% 0.42% -
XYZ 8.26 11.91 9.07 -
YUV 88.45 122.1 104.86 -
System Red Green Blue C M Y K H S L
Decimal 56 107 78 0.48 0 0.27 0.58 145.88 0.31 0.32
Hex 38 6B 4E 30 0 1B 3A 92 1F 20
Octal 70 153 116 60 0 33 72 222 37 40
Binary 111000 1101011 1001110 110000 0 11011 111010 10010010 11111 100000

Color Harmonies of #386B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386B4E

Black with #386B4E

Text Example


Text Example

White with #386B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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