Html Css Color HEX #386F48 Amazon

📋 copy color: '#386F48'

red 56 ◦ green 111 ◦ blue 72

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

Shades of Amazon #386F48

Tints of Amazon #386F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.13%

R = 23.43%
G = 46.44%
B = 30.13%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#386F48 (or 0x386F48) is known color: Amazon. HEX triplet: 38, 6F and 48. RGB value is (56,111,72). Sum of RGB (Red+Green+Blue) = 56+111+72=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 111 - color contains mainly: green. Hex color #386F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386F48 is #C790B7. Grayscale: #5A5A5A. Windows color (decimal): -13078712 or 4747064. OLE color: 4747064.

HSL color Cylindrical-coordinate representation of color #386F48: hue angle of 137.45º 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 #386F48 is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 111 72 -
CMYK 0.50 0 0.35 0.56
HSL 137.45º 0.33% 0.33% -
HSV(B) 137.45º 0.5% 0.44% -
XYZ 8.49 12.68 8.13 -
YUV 90.11 117.78 103.67 -
System Red Green Blue C M Y K H S L
Decimal 56 111 72 0.50 0 0.35 0.56 137.45 0.33 0.33
Hex 38 6F 48 32 0 23 38 89 21 21
Octal 70 157 110 62 0 43 70 211 41 41
Binary 111000 1101111 1001000 110010 0 100011 111000 10001001 100001 100001

Color Harmonies of #386F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386F48

Black with #386F48

Text Example


Text Example

White with #386F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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