Html Css Color HEX #386D4A Amazon

📋 copy color: '#386D4A'

red 56 ◦ green 109 ◦ blue 74

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

Shades of Amazon #386D4A

Tints of Amazon #386D4A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 45.61%

 BLUE value IS 74 (29.3% from 255) = 30.96%

R = 23.43%
G = 45.61%
B = 30.96%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#386D4A (or 0x386D4A) is known color: Amazon. HEX triplet: 38, 6D and 4A. RGB value is (56,109,74). Sum of RGB (Red+Green+Blue) = 56+109+74=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 109 (42.97% from 255 or 45.61% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 109 - color contains mainly: green. Hex color #386D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386D4A is #C792B5. Grayscale: #595959. Windows color (decimal): -13079222 or 4877624. OLE color: 4877624.

HSL color Cylindrical-coordinate representation of color #386D4A: hue angle of 140.38º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #386D4A is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 109 74 -
CMYK 0.49 0 0.32 0.57
HSL 140.38º 0.32% 0.32% -
HSV(B) 140.38º 0.49% 0.43% -
XYZ 8.34 12.27 8.41 -
YUV 89.16 119.44 104.35 -
System Red Green Blue C M Y K H S L
Decimal 56 109 74 0.49 0 0.32 0.57 140.38 0.32 0.32
Hex 38 6D 4A 31 0 20 39 8C 20 20
Octal 70 155 112 61 0 40 71 214 40 40
Binary 111000 1101101 1001010 110001 0 100000 111001 10001100 100000 100000

Color Harmonies of #386D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386D4A

Black with #386D4A

Text Example


Text Example

White with #386D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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