Html Css Color HEX #386D4F Amazon

📋 copy color: '#386D4F'

red 56 ◦ green 109 ◦ blue 79

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

Shades of Amazon #386D4F

Tints of Amazon #386D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.38%

R = 22.95%
G = 44.67%
B = 32.38%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#386D4F (or 0x386D4F) is known color: Amazon. HEX triplet: 38, 6D and 4F. RGB value is (56,109,79). Sum of RGB (Red+Green+Blue) = 56+109+79=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 109 (42.97% from 255 or 44.67% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 109 - color contains mainly: green. Hex color #386D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386D4F is #C792B0. Grayscale: #595959. Windows color (decimal): -13079217 or 5205304. OLE color: 5205304.

HSL color Cylindrical-coordinate representation of color #386D4F: hue angle of 146.04º 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 #386D4F is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 109 79 -
CMYK 0.49 0 0.28 0.57
HSL 146.04º 0.32% 0.32% -
HSV(B) 146.04º 0.49% 0.43% -
XYZ 8.51 12.34 9.33 -
YUV 89.73 121.94 103.94 -
System Red Green Blue C M Y K H S L
Decimal 56 109 79 0.49 0 0.28 0.57 146.04 0.32 0.32
Hex 38 6D 4F 31 0 1C 39 92 20 20
Octal 70 155 117 61 0 34 71 222 40 40
Binary 111000 1101101 1001111 110001 0 11100 111001 10010010 100000 100000

Color Harmonies of #386D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386D4F

Black with #386D4F

Text Example


Text Example

White with #386D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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