Html Css Color HEX #386F4F Amazon

📋 copy color: '#386F4F'

red 56 ◦ green 111 ◦ blue 79

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

Shades of Amazon #386F4F

Tints of Amazon #386F4F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 45.12%

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

R = 22.76%
G = 45.12%
B = 32.11%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#386F4F (or 0x386F4F) is known color: Amazon. HEX triplet: 38, 6F and 4F. RGB value is (56,111,79). Sum of RGB (Red+Green+Blue) = 56+111+79=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 111 - color contains mainly: green. Hex color #386F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386F4F is #C790B0. Grayscale: #5A5A5A. Windows color (decimal): -13078705 or 5205816. OLE color: 5205816.

HSL color Cylindrical-coordinate representation of color #386F4F: hue angle of 145.09º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #386F4F is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 111 79 -
CMYK 0.50 0 0.29 0.56
HSL 145.09º 0.33% 0.33% -
HSV(B) 145.09º 0.5% 0.44% -
XYZ 8.73 12.77 9.4 -
YUV 90.91 121.28 103.1 -
System Red Green Blue C M Y K H S L
Decimal 56 111 79 0.50 0 0.29 0.56 145.09 0.33 0.33
Hex 38 6F 4F 32 0 1D 38 91 21 21
Octal 70 157 117 62 0 35 70 221 41 41
Binary 111000 1101111 1001111 110010 0 11101 111000 10010001 100001 100001

Color Harmonies of #386F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386F4F

Black with #386F4F

Text Example


Text Example

White with #386F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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